Bugzilla – Attachment 30736 Details for
Bug 12683
Use NoLoginInstructions to customize text for OPAC user/pass information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Popup correction patch.
Popup-correction-patch.patch (text/plain), 2.97 KB, created by
simith.doliveira
on 2014-08-12 14:24:02 UTC
(
hide
)
Description:
Popup correction patch.
Filename:
MIME Type:
Creator:
simith.doliveira
Created:
2014-08-12 14:24:02 UTC
Size:
2.97 KB
patch
obsolete
>From 1ea6a080e81b1c7886e1faa5566b24b89bccafe4 Mon Sep 17 00:00:00 2001 >From: simith <simith@inlibro.com> >Date: Tue, 12 Aug 2014 10:21:56 -0400 >Subject: [PATCH] Popup correction patch. > >http://bugs.koha-community.org/show_bug.cgi?id=12683 >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 10 ++++++---- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 ++ > 2 files changed, 8 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 42f679a..61f1308 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -285,10 +285,12 @@ > <fieldset class="brief"> > <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" /> > <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> >- [% IF ( NoLoginInstructions ) %] >- [% NoLoginInstructions %] >- [% END %] >- [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="mpatronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %] >+ <div class="NoLoginInstructions"> >+ [% IF ( NoLoginInstructions ) %] >+ [% NoLoginInstructions %] >+ [% END %] >+ </div> >+ [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="mpatronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %] > </fieldset> > </div> > <div class="modal-footer"> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >index 0d792c7..b4c957c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >@@ -78,9 +78,11 @@ > </fieldset> > [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="patronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %] > </fieldset> >+ <div class="NoLoginInstructions"> > [% IF ( NoLoginInstructions ) %] > [% NoLoginInstructions %] > [% END %] >+ </div> > </form> > </div> <!-- /#login --> > [% END # /casAuthentication %] >-- >1.9.1
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 12683
:
30415
|
30447
|
30736
|
30739
|
30750
|
30751
|
30839