Bugzilla – Attachment 48966 Details for
Bug 16043
Use Font Awesome icon in hold confirmation dialog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16043 - Use Font Awesome icon in hold confirmation dialog
Bug-16043---Use-Font-Awesome-icon-in-hold-confirma.patch (text/plain), 1.99 KB, created by
Owen Leonard
on 2016-03-10 15:37:04 UTC
(
hide
)
Description:
Bug 16043 - Use Font Awesome icon in hold confirmation dialog
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-03-10 15:37:04 UTC
Size:
1.99 KB
patch
obsolete
>From 6d3bc8ff7f985484cba442d4b73f9de823686b84 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 10 Mar 2016 10:32:11 -0500 >Subject: [PATCH] Bug 16043 - Use Font Awesome icon in hold confirmation dialog >Content-Type: text/plain; charset="utf-8" > >This patch fixes another instance in the checkin template where a Font >Awesome icon should be used instead of a background image. > >To test, apply the patch and locate an item which is on hold for a >patron at your logged in library. > >- Check in the item. >- Confirm the hold. >- Check in the item again. > - You should get a "Hold found (item is already waiting)" message. The > "Print and confirm" button in this dialog should have a Font Awesome > icon. > - Confirm that the print button still works correctly. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 c26a285..d5c8a5a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -251,7 +251,7 @@ $(document).ready(function () { > <button type="submit" class="deny" onclick="this.form.cancel_reserve.value = 1; this.form.submit();"><i class="fa fa-times"></i> Cancel</button> > > <input type="hidden" name="print_slip" value="0" /> >- <input type="submit" value="Print and confirm" class="print" onclick="this.form.print_slip.value = 1; this.form.submit();" /> >+ <button type="submit" class="print" onclick="this.form.print_slip.value = 1; this.form.submit();"><i class="fa fa-print"></i> Print and confirm</button> > [% FOREACH inputloo IN inputloop %] > <input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" /> > <input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" /> >-- >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 16043
:
48966
|
49191
|
49210