Bugzilla – Attachment 50001 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-templa.patch (text/plain), 1.69 KB, created by
Jonathan Druart
on 2016-04-06 16:46:35 UTC
(
hide
)
Description:
Bug 16215: Missing closing quote in checkout template
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-04-06 16:46:35 UTC
Size:
1.69 KB
patch
obsolete
>From 9e5fc4e1120569a9280a4951bd0d6f681da38782 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 > >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. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as advertised > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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.7.0
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