Bugzilla – Attachment 50984 Details for
Bug 11088
Patron entry page should use floating toolbar like cataloging interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11088 [QA Followup] - Add action icon for consistency
Bug-11088-QA-Followup---Add-action-icon-for-consis.patch (text/plain), 1.26 KB, created by
Kyle M Hall (khall)
on 2016-04-29 11:46:33 UTC
(
hide
)
Description:
Bug 11088 [QA Followup] - Add action icon for consistency
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-04-29 11:46:33 UTC
Size:
1.26 KB
patch
obsolete
>From 22bc6cefba67bebac13b4d2374385348e96436a0 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 29 Apr 2016 11:45:28 +0000 >Subject: [PATCH] Bug 11088 [QA Followup] - Add action icon for consistency > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 11762ef..e15c01c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1150,7 +1150,9 @@ function select_user(borrowernumber, borrower) { > <fieldset class="rows" id="floating-save"> > [% UNLESS ( check_member ) %] > <fieldset class="action"> >- <input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" /> >+ <button type="submit" name="save" onclick="return check_form_borrowers();"> >+ <i class="fa fa-save"></i> Save >+ </button> > [% IF ( opadd ) %] > <a class="cancel" href="/cgi-bin/koha/members/member.pl">Cancel</a> > [% ELSE %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11088
:
47939
|
50878
|
50925
|
50935
|
50936
|
50951
|
50966
|
50967
|
50968
|
50969
| 50984