Bugzilla – Attachment 139471 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.97 KB, created by
Nick Clemens (kidclamp)
on 2022-08-19 09:53:11 UTC
(
hide
)
Description:
Bug 26626: (follow-up) Update icon selection
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-08-19 09:53:11 UTC
Size:
2.97 KB
patch
obsolete
>From 9d0746778b33ce03e06974a2091c44873ebb28c2 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 5f63eb61b2..e1ced9ba49 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -680,12 +680,12 @@ > <button type="button" class="btn btn-default print" accesskey="P"> > <i class="fa fa-print"></i> Print slip and confirm (P) > </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" accesskey="X"> >- <i class="fa fa-times"></i> Cancel hold (X) >+ <i class="fa fa-trash"></i> Cancel hold (X) > </button> > </div> <!-- /.modal-footer --> > </form> <!-- /.confirm --> >@@ -959,8 +959,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.30.2
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