Bugzilla – Attachment 139541 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), 3.11 KB, created by
Joonas Kylmälä
on 2022-08-21 10:35:58 UTC
(
hide
)
Description:
Bug 26626: (follow-up) Update icon selection
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2022-08-21 10:35:58 UTC
Size:
3.11 KB
patch
obsolete
>From f91ed8ddfeab93b604addf2f9d86f785b0bd0c06 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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> > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> >--- > .../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 c03e27a56a..a1c8ea5ab4 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