Bugzilla – Attachment 57907 Details for
Bug 17652
opac-account.pl does not include login branchcode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17652: opac-account.pl does not include login branchcode
Bug-17652-opac-accountpl-does-not-include-login-br.patch (text/plain), 1.62 KB, created by
Jonathan Druart
on 2016-12-02 09:51:14 UTC
(
hide
)
Description:
Bug 17652: opac-account.pl does not include login branchcode
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-12-02 09:51:14 UTC
Size:
1.62 KB
patch
obsolete
>From 7f8cda38726a246293c9ebc9b2775f7dc1c1e0cd Mon Sep 17 00:00:00 2001 >From: Chris Kirby <chris.kirby@ilsleypubliclibrary.org> >Date: Mon, 28 Nov 2016 00:15:02 -0500 >Subject: [PATCH] Bug 17652: opac-account.pl does not include login branchcode > >opac-account.pl does not include the login branchcode, whereas the other pages >available to users (opac-user, opac-memberentry, opac-passwd, opac-readingrecord, >opac-suggestions, opac-messaging, opac-shelves, etc.) on login DO provide >the login branchcode. Having the login branchcode available on opac-account.pl >would facilitate customization of the OPAC for individual branches. > >To test: >1) Login to the OPAC and open /cgi-bin/koha/opac-account.pl >2) Inspect the body tag and observe the class attribute does not include > the login branchcode. >3) Apply the patch. >4) Repeat step 2. >5) Observe that the login branchcode is present. > >Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >index 4268c33..b46cae0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >@@ -9,7 +9,7 @@ > [% INCLUDE 'doc-head-close.inc' %] > [% BLOCK cssinclude %][% END %] > </head> >-<body id="opac-account" class="scrollto"> >+ > [% INCLUDE 'bodytag.inc' bodyid='opac-account' bodyclass='scrollto' %] > [% INCLUDE 'masthead.inc' %] > >-- >2.9.3
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 17652
:
57782
|
57816
| 57907