Bugzilla – Attachment 51550 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]
[SIGNED-OFF] Bug 16400: Use the fa-times icon for Cancel
SIGNED-OFF-Bug-16400-Use-the-fa-times-icon-for-Can.patch (text/plain), 2.08 KB, created by
Owen Leonard
on 2016-05-16 18:19:29 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 16400: Use the fa-times icon for Cancel
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-05-16 18:19:29 UTC
Size:
2.08 KB
patch
obsolete
>From 0d76556fcfa973ab7157b0023c3fe4697b4813e8 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] [SIGNED-OFF] Bug 16400: Use the fa-times icon for Cancel >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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 50ae3c7..48250a5 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