Bugzilla – Attachment 139542 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) Be consistent with icon and accesskeys
Bug-26626-follow-up-Be-consistent-with-icon-and-ac.patch (text/plain), 2.39 KB, created by
Joonas Kylmälä
on 2022-08-21 10:36:02 UTC
(
hide
)
Description:
Bug 26626: (follow-up) Be consistent with icon and accesskeys
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2022-08-21 10:36:02 UTC
Size:
2.39 KB
patch
obsolete
>From 0f5ed313c899be9636371c76715297394f1c7ca2 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 19 Aug 2022 09:59:24 +0000 >Subject: [PATCH] Bug 26626: (follow-up) Be consistent with icon and accesskeys >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 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 a1c8ea5ab4..be91ab7be7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -680,8 +680,8 @@ > <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"> >- <i class="fa fa-remove"></i> Ignore >+ <button data-dismiss="modal" aria-hidden="true" type="submit" class="btn btn-default" accesskey="I"> >+ <i class="fa fa-remove"></i> Ignore (I) > </button> > > <button type="button" class="btn btn-default deny cancel-hold" accesskey="X"> >@@ -859,7 +859,7 @@ > [% END %] > > <button data-dismiss="modal" aria-hidden="true" type="submit" class="btn btn-default deny" accesskey="i"> >- <i class="fa fa-times"></i> Ignore (I) >+ <i class="fa fa-remove"></i> Ignore (I) > </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