Bugzilla – Attachment 52769 Details for
Bug 16400
Proposal to uniform the placement of submit buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16400: Use the fa-times icon for Cancel
Bug-16400-Use-the-fa-times-icon-for-Cancel.patch (text/plain), 2.08 KB, created by
Nick Clemens (kidclamp)
on 2016-06-23 21:33:03 UTC
(
hide
)
Description:
Bug 16400: Use the fa-times icon for Cancel
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-06-23 21:33:03 UTC
Size:
2.08 KB
patch
obsolete
>From a258ed76cafe1d40c4fb4a6549917767e3a2f127 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 16 May 2016 11:56:04 +0100 >Subject: [PATCH] Bug 16400: Use the fa-times icon for Cancel > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../prog/en/modules/members/memberentrygen.tt | 19 +++++++------------ > 1 file changed, 7 insertions(+), 12 deletions(-) > >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 9786cf3..616c48a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -181,19 +181,14 @@ $(document).ready(function() { > [% END %] > <div id="toolbar" class="btn-toolbar"> > [% UNLESS ( check_member ) %] >- <div class="btn-group"> >- <button class="btn btn-small" id="saverecord" type="submit" name="save" onclick="return check_form_borrowers();"><i class="fa fa-save"></i> Save</button> >- </div> >+ <button class="btn btn-small" id="saverecord" 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> >- <div class="btn-group"> >- <a class="btn btn-small cancel" id="cancel" href="/cgi-bin/koha/members/member.pl">Cancel</a> >- </div> >- [% ELSE %] >- <div class="btn-group"> >- <a class="btn btn-small cancel" id="cancel" href="/cgi-bin/koha/members/member.pl?borrowernumber=[% borrowernumber %]">Cancel</a> >- </div> >- [% END %] >+ <button class="btn btn-small cancel" onclick="/cgi-bin/koha/members/member.pl"> >+ [% ELSE %] >+ <a class='btn btn-small cancel" onclick="/cgi-bin/koha/members/member.pl?borrowernumber=[% borrowernumber %]"> >+ [% END %] >+ <i class="fa fa-times"></i> Cancel >+ </button> > [% END %] > </div> > >-- >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 16400
:
51043
|
51044
|
51144
|
51145
|
51449
|
51471
|
51517
|
51546
|
51547
|
51548
|
51549
|
51550
|
51551
|
51569
|
52765
|
52766
|
52767
|
52768
| 52769 |
52770