Bug 6739: (follow-up) fix various issues
[koha_fer] / koha-tmpl / opac-tmpl / prog / en / modules / opac-auth.tt
index a83c8e0..c06e234 100644 (file)
@@ -86,14 +86,15 @@ please choose against which one you would like to authenticate: </p>
 
 <input type="submit" value="Log In" class="submit" />
 <div id="nologininstructions">
-[% IF NoLoginInstructions %] [% NoLoginInstructions %]
+[% IF Koha.Preference('NoLoginInstructions') %]
+    [% Koha.Preference('NoLoginInstructions') %]
 [% 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>
-       If you don't have a library card, stop by your local library to sign up
+    <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.</p>
 [% END %]
-[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<span id="registrationinstructions"> or  <a href="/cgi-bin/koha/opac-memberentry.pl">register here</a></span>[% END %].
+[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<span id="registrationinstructions">You may <a href="/cgi-bin/koha/opac-memberentry.pl">register here</a>.</span>[% END %]
 </div>
 </form>