Bugzilla – Attachment 48967 Details for
Bug 16042
Missing closing quote in checkin template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16042 - Missing closing quote in checkin template
Bug-16042---Missing-closing-quote-in-checkin-templ.patch (text/plain), 2.01 KB, created by
Kyle M Hall (khall)
on 2016-03-10 15:49:52 UTC
(
hide
)
Description:
Bug 16042 - Missing closing quote in checkin template
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-03-10 15:49:52 UTC
Size:
2.01 KB
patch
obsolete
>From 07a8b4e733390bc9e74087f38337d0cefbcd535d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 10 Mar 2016 10:04:35 -0500 >Subject: [PATCH] Bug 16042 - Missing closing quote in checkin template > >A missing quotation mark breaks the display of multiple messages during >checking. This patch adds the missing quote. > >To test, apply the patch and locate an item which is on hold and is not >checked out. > > - Check in the item. > - Confirm that both the hold notification and the "Not checked out" > alert look correct. > - For extra credit, validate the page and confirm that there are no > errors related to broken markup. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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..7a66a5c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -409,7 +409,7 @@ $(document).ready(function () { > <input type="hidden" name="print_slip" value="0" /> > [% IF ( transfertodo ) %] > <button type="submit" class="approve"><i class="fa fa-check"></i> Confirm hold and transfer</button> >- <button type="submit" class="print" onclick="this.form.print_slip.value = 1; this.form.submit()"><i class="fa fa-print></i> Print slip, transfer, and confirm</button> >+ <button type="submit" class="print" onclick="this.form.print_slip.value = 1; this.form.submit()"><i class="fa fa-print"></i> Print slip, transfer, and confirm</button> > [% ELSE %] > <button type="submit" class="approve"><i class="fa fa-check"></i> Confirm hold</button> > <button type="submit" class="print" onclick="this.form.print_slip.value = 1; this.form.submit();"><i class="fa fa-print"></i> Print slip and confirm</button> >-- >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 16042
:
48964
| 48967