Bugzilla – Attachment 66252 Details for
Bug 12691
Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12691: [FOLLOW-UP] Missing bracket
Bug-12691-FOLLOW-UP-Missing-bracket.patch (text/plain), 1.23 KB, created by
Aleisha Amohia
on 2017-08-20 22:12:50 UTC
(
hide
)
Description:
Bug 12691: [FOLLOW-UP] Missing bracket
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2017-08-20 22:12:50 UTC
Size:
1.23 KB
patch
obsolete
>From fad024f6f1138ff8385a0eac51beda319cb7eb46 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Sun, 20 Aug 2017 22:11:56 +0000 >Subject: [PATCH] Bug 12691: [FOLLOW-UP] Missing bracket > >Patch adds bracket to template file (Comment 16) >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index a54f4c5..b2a3a68 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -202,7 +202,7 @@ > </div> > </div> <!-- / #newcheckout --> > </div> <!-- / .span12/12 --> >- [% IF ( Koha.Preference('ShowPatronImageInWebBasedSelfCheck') %] >+ [% IF ( Koha.Preference('ShowPatronImageInWebBasedSelfCheck') ) %] > <div class="span2"> > [% IF ( display_patron_image ) %] > <img src="/cgi-bin/koha/sco/sco-patron-image.pl?borrowernumber=[% borrowernumber %]&csrf_token=[% csrf_token %]" alt="" /> >-- >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 12691
:
59593
|
59961
|
62993
|
63903
|
65527
|
65528
|
65529
|
66252
|
66263
|
66264
|
66265
|
66756
|
66757
|
66758
|
66906
|
66926
|
66953