Bugzilla – Attachment 26776 Details for
Bug 6864
add a syspref to allow custom text for OPAC user/pass information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6864 - Added missing bootstrap template changes.
Bug-6864---Added-missing-bootstrap-template-change.patch (text/plain), 2.56 KB, created by
Mark Tompsett
on 2014-04-03 01:20:52 UTC
(
hide
)
Description:
Bug 6864 - Added missing bootstrap template changes.
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2014-04-03 01:20:52 UTC
Size:
2.56 KB
patch
obsolete
>From 61be0876a54b9af01dc600b283805ce452cffa0a Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 2 Apr 2014 21:19:01 -0400 >Subject: [PATCH] Bug 6864 - Added missing bootstrap template changes. > >The original patch only touches the prog template. This updates >the bootstrap theme in a corresponding manner. >--- > .../opac-tmpl/bootstrap/en/modules/opac-auth.tt | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >index 5b5e90f..c7eb043 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -97,8 +97,13 @@ > > <input type="submit" value="Log in" class="btn" /> > <div id="nologininstructions"> >- <h5>Don't have a password yet?</h5><p> If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> >- <h5>Don't have a library card?</h5><p> If you don't have a library card, stop by your local library to sign up[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<span id="registrationinstructions"> or <a href="/cgi-bin/koha/opac-memberentry.pl">register here</a></span>[% END %].</p> >+ [% IF ( opacbelowloginbox ) %] >+ [% opacbelowloginbox %] >+ [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<span id="registrationinstructions"><a href="/cgi-bin/koha/opac-memberentry.pl">Register here</a></span>[% END %] >+ [% ELSE %] >+ <h5>Don't have a password yet?</h5><p> If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> >+ <h5>Don't have a library card?</h5><p> If you don't have a library card, stop by your local library to sign up[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<span id="registrationinstructions"> or <a href="/cgi-bin/koha/opac-memberentry.pl">register here</a></span>[% END %].</p> >+ [% END %] > </div> > </form> > [% END # / IF loginprompt %] >-- >1.7.9.5
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 6864
:
5401
|
25714
|
25938
|
26465
|
26774
|
26776
|
26779
|
26780
|
26781
|
26782
|
26783
|
26784