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 421-427 Link Here
421
                                        <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
421
                                        <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
422
                                    </div>
422
                                    </div>
423
                                [% END %]
423
                                [% END %]
424
                                [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]
424
                                [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
425
                                    <div id="patronregistration-modal" class="patronregistration">
425
                                    <div id="patronregistration-modal" class="patronregistration">
426
                                        <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
426
                                        <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
427
                                    </div>
427
                                    </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 228-234 Link Here
228
                                                <p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p>
228
                                                <p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p>
229
                                            </div>
229
                                            </div>
230
                                        [% END %]
230
                                        [% END %]
231
                                        [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]
231
                                        [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
232
                                            <div id="patronregistration-main" class="patronregistration">
232
                                            <div id="patronregistration-main" class="patronregistration">
233
                                                <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
233
                                                <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
234
                                            </div>
234
                                            </div>
235
- 

Return to bug 27634