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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-1 / +1 lines)
Lines 442-448 Link Here
442
                                        <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
442
                                        <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
443
                                    </div>
443
                                    </div>
444
                                [% END %]
444
                                [% END %]
445
                                [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]
445
                                [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
446
                                    <div id="patronregistration-modal" class="patronregistration">
446
                                    <div id="patronregistration-modal" class="patronregistration">
447
                                        <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
447
                                        <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
448
                                    </div>
448
                                    </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 251-257 Link Here
251
                                        <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
251
                                        <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
252
                                    </div>
252
                                    </div>
253
                                [% END %]
253
                                [% END %]
254
                                [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]
254
                                [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
255
                                    <div id="registrationinstructions">
255
                                    <div id="registrationinstructions">
256
                                        <span>
256
                                        <span>
257
                                            <a href="/cgi-bin/koha/opac-memberentry.pl">You may register here.</a>
257
                                            <a href="/cgi-bin/koha/opac-memberentry.pl">You may register here.</a>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-2 / +1 lines)
Lines 223-229 Link Here
223
                                                <p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p>
223
                                                <p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p>
224
                                            </div>
224
                                            </div>
225
                                        [% END %]
225
                                        [% END %]
226
                                        [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]
226
                                        [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
227
                                            <div id="patronregistration-main" class="patronregistration">
227
                                            <div id="patronregistration-main" class="patronregistration">
228
                                                <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
228
                                                <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
229
                                            </div>
229
                                            </div>
230
- 

Return to bug 27634