Bugzilla – Attachment 80144 Details for
Bug 16420
Buttons inconsistent between "Hold found" and "Hold found (waiting)" dialogs in checkin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16420: Buttons inconsistent between "Hold found" and "Hold found (waiting)" dialogs in checkin
Bug-16420-Buttons-inconsistent-between-Hold-found-.patch (text/plain), 2.63 KB, created by
Owen Leonard
on 2018-10-05 17:13:59 UTC
(
hide
)
Description:
Bug 16420: Buttons inconsistent between "Hold found" and "Hold found (waiting)" dialogs in checkin
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-10-05 17:13:59 UTC
Size:
2.63 KB
patch
obsolete
>From 3d309de617b216c85ca46e9a4de904888164fa9d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 5 Oct 2018 17:05:19 +0000 >Subject: [PATCH] Bug 16420: Buttons inconsistent between "Hold found" and > "Hold found (waiting)" dialogs in checkin > >This patch makes minor changes to the text of hold confirmation buttons >in the checkin process in order to make them more consistent. > >Also changed: Removed the "danger" class from the "Ignore" button for >readability and consistency's sake. > >To test, apply the patch and check in an item which is on hold for a >patron at your logged-in library. The hold confirmation dialog's buttons >should read "Confirm hold," "Print slip and confirm," and "Ignore." > >Confirm the hold, then check in the same item again. > >In the dialog, the buttons should read "Confirm hold," "Print slip and >confirm," and "Cancel hold." >--- > 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 0bfc871..5763e97 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -276,12 +276,12 @@ > <input type="hidden" name="cancel_reserve" value="0" /> > > <button type="submit" class="btn btn-default approve" data-dismiss="modal"> >- <i class="fa fa-check"></i> Confirm >+ <i class="fa fa-check"></i> Confirm hold > </button> > > <input type="hidden" name="print_slip" value="0" /> > <button type="submit" class="btn btn-default print" onclick="this.form.print_slip.value = 1; this.form.submit();"> >- <i class="fa fa-print"></i> Print and confirm >+ <i class="fa fa-print"></i> Print slip and confirm > </button> > > <button type="submit" class="btn btn-default deny" onclick="this.form.cancel_reserve.value = 1; this.form.submit();"> >@@ -497,7 +497,7 @@ > </button> > [% END %] > >- <button data-dismiss="modal" aria-hidden="true" type="submit" class="btn btn-danger deny" onclick="$('#barcode').focus(); return false;"> >+ <button data-dismiss="modal" aria-hidden="true" type="submit" class="btn btn-default deny" onclick="$('#barcode').focus(); return false;"> > <i class="fa fa-times"></i> Ignore > </button> > </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 16420
:
80144
|
80145
|
80242