View | Details | Raw Unified | Return to bug 6864
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-3 / +7 lines)
Lines 97-104 Link Here
97
97
98
                                <input type="submit" value="Log in" class="btn" />
98
                                <input type="submit" value="Log in" class="btn" />
99
                                <div id="nologininstructions">
99
                                <div id="nologininstructions">
100
                                    <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>
100
                                    [% IF ( opacbelowloginbox ) %]
101
                                    <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>
101
                                        [% opacbelowloginbox %]
102
                                        [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<span id="registrationinstructions"><a href="/cgi-bin/koha/opac-memberentry.pl">Register here</a></span>[% END %]
103
                                    [% ELSE %]
104
                                        <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>
105
                                        <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>
106
                                    [% END %]
102
                                </div>
107
                                </div>
103
                            </form>
108
                            </form>
104
                        [% END # / IF loginprompt %]
109
                        [% END # / IF loginprompt %]
105
- 

Return to bug 6864