Bugzilla – Attachment 123699 Details for
Bug 26626
When checking in a hold that is not found the X option is 'ignore' and when hold is found it is 'cancel'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26626: (follow-up) Update icon selection
Bug-26626-follow-up-Update-icon-selection.patch (text/plain), 2.93 KB, created by
Biblibre Sandboxes
on 2021-08-10 14:15:49 UTC
(
hide
)
Description:
Bug 26626: (follow-up) Update icon selection
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2021-08-10 14:15:49 UTC
Size:
2.93 KB
patch
obsolete
>From 0e0329e338e3e92decef8bdfcdde16d9b1a73393 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 4 Aug 2021 17:06:07 +0000 >Subject: [PATCH] Bug 26626: (follow-up) Update icon selection > >This patch changes the "Ignore" button to use an X icon and the "Cancel" >button to use a "Trash" icon. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index a6bc55633c..24db519076 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -553,12 +553,12 @@ > <button type="button" class="btn btn-default print"> > <i class="fa fa-print"></i> Print slip and confirm > </button> >- <button data-dismiss="modal" aria-hidden="true" type="submit" class="btn btn-default deny"> >- <i class="fa fa-minus"></i> Ignore >+ <button data-dismiss="modal" aria-hidden="true" type="submit" class="btn btn-default"> >+ <i class="fa fa-remove"></i> Ignore > </button> > > <button type="button" class="btn btn-default deny cancel-hold"> >- <i class="fa fa-times"></i> Cancel hold >+ <i class="fa fa-trash"></i> Cancel hold > </button> > </div> <!-- /.modal-footer --> > </form> <!-- /.confirm --> >@@ -731,8 +731,8 @@ > </button> > [% END %] > >- <button data-dismiss="modal" aria-hidden="true" type="submit" class="btn btn-default deny"> >- <i class="fa fa-minus"></i> Ignore >+ <button data-dismiss="modal" aria-hidden="true" type="submit" class="btn btn-default"> >+ <i class="fa fa-remove"></i> Ignore > </button> > </div> <!-- /.modal-footer --> > </form> <!-- /.confirm --> >-- >2.20.1
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 26626
:
123368
|
123373
|
123462
|
123698
|
123699
|
139470
|
139471
|
139472
|
139540
|
139541
|
139542