Bugzilla – Attachment 49976 Details for
Bug 16215
Missing closing quote in checkout template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16215 - Missing closing quote in checkout template
Bug-16215---Missing-closing-quote-in-checkout-temp.patch (text/plain), 1.58 KB, created by
Owen Leonard
on 2016-04-06 14:41:26 UTC
(
hide
)
Description:
Bug 16215 - Missing closing quote in checkout template
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-04-06 14:41:26 UTC
Size:
1.58 KB
patch
obsolete
>From d33ecf078f7f5c183c79a439b23f8ae8284009bc Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 6 Apr 2016 10:31:09 -0400 >Subject: [PATCH] Bug 16215 - Missing closing quote in checkout template >Content-Type: text/plain; charset="utf-8" > >This patch adds a missing closing quote to the circulation template. > >To see the affect of this bug: > >- Log in to Koha with an account which does not have the > 'force_checkout' permission. >- Locate a barcode which is checked out to a patron. >- Open a different patron account for checkout. >- Try to check out the barcode to that different patron. > >You see a "Cannot check out" dialog which breaks the structure of the >rest of the page. > >To test, apply the patch and repeat the steps above. The issue should be >fixed. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index aa7bbdb..e9d3956 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -408,7 +408,7 @@ $(document).ready(function() { > <button type="submit" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't check out (N)</button> > [% END %] > [% ELSE %] >- <button type="submit" class="deny"><i class="fa fa-times></i> Continue</button> >+ <button type="submit" class="deny"><i class="fa fa-times"></i> Continue</button> > [% END %] > </form> > >-- >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 16215
:
49976
|
49996
|
50001