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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-4 / +14 lines)
Lines 315-320 th { Link Here
315
    }
315
    }
316
}
316
}
317
317
318
#auth {
319
    margin-bottom: 1rem;
320
321
    p {
322
        margin: .5rem 0;
323
    }
324
}
325
318
#basketcount {
326
#basketcount {
319
    display: inline;
327
    display: inline;
320
    margin: 0;
328
    margin: 0;
Lines 2074-2079 nav { Link Here
2074
        }
2082
        }
2075
    }
2083
    }
2076
2084
2085
    p {
2086
        margin: .5rem 0;
2087
    }
2088
2077
    .closebtn {
2089
    .closebtn {
2078
        color: #C00;
2090
        color: #C00;
2079
        opacity: 1;
2091
        opacity: 1;
Lines 2091-2100 nav { Link Here
2091
    }
2103
    }
2092
}
2104
}
2093
2105
2094
.nologininstructions,
2106
#nologininstructions {
2095
.forgotpassword,
2107
    margin: .5rem 0;
2096
.patronregistration {
2097
    padding-top: 1em;
2098
}
2108
}
2099
2109
2100
.registration-label {
2110
.registration-label {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-2 / +2 lines)
Lines 439-450 Link Here
439
                                [% END %]
439
                                [% END %]
440
                                [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %]
440
                                [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %]
441
                                    <div id="forgotpassword-modal" class="forgotpassword">
441
                                    <div id="forgotpassword-modal" class="forgotpassword">
442
                                        <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
442
                                        <p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p>
443
                                    </div>
443
                                    </div>
444
                                [% END %]
444
                                [% END %]
445
                                [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
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><a href="/cgi-bin/koha/opac-memberentry.pl">Create an account</a></p>
448
                                    </div>
448
                                    </div>
449
                                [% END %]
449
                                [% END %]
450
                            </fieldset>
450
                            </fieldset>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-4 / +2 lines)
Lines 243-256 Link Here
243
                                </div>
243
                                </div>
244
                                [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %]
244
                                [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %]
245
                                    <div id="forgotpassword">
245
                                    <div id="forgotpassword">
246
                                        <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
246
                                        <p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p>
247
                                    </div>
247
                                    </div>
248
                                [% END %]
248
                                [% END %]
249
                                [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
249
                                [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
250
                                    <div id="registrationinstructions">
250
                                    <div id="registrationinstructions">
251
                                        <span>
251
                                        <p><a href="/cgi-bin/koha/opac-memberentry.pl">Create an account</a></p>
252
                                            <a href="/cgi-bin/koha/opac-memberentry.pl">You may register here.</a>
253
                                        </span>
254
                                    </div>
252
                                    </div>
255
                                [% END %]
253
                                [% END %]
256
                            </form>
254
                            </form>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-1 / +1 lines)
Lines 217-223 Link Here
217
                                        [% END %]
217
                                        [% END %]
218
                                        [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
218
                                        [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
219
                                            <div id="patronregistration-main" class="patronregistration">
219
                                            <div id="patronregistration-main" class="patronregistration">
220
                                                <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
220
                                                <p><a href="/cgi-bin/koha/opac-memberentry.pl">Create an account</a></p>
221
                                            </div>
221
                                            </div>
222
                                        [% END %]
222
                                        [% END %]
223
                                    </fieldset>
223
                                    </fieldset>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt (-2 / +5 lines)
Lines 96-102 Link Here
96
                                    <fieldset class="action">
96
                                    <fieldset class="action">
97
                                        <input type="submit" value="Log in" class="btn btn-primary" />
97
                                        <input type="submit" value="Log in" class="btn btn-primary" />
98
                                    </fieldset>
98
                                    </fieldset>
99
                                    [% 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 %]
99
                                    [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]
100
                                        <div id="patronregistration">
101
                                            <p><a href="/cgi-bin/koha/opac-memberentry.pl">Create an account</a></p>
102
                                        </div>
103
                                    [% END %]
100
                                    </fieldset>
104
                                    </fieldset>
101
                                </form> <!-- /#auth -->
105
                                </form> <!-- /#auth -->
102
                            </div> <!-- /#login -->
106
                            </div> <!-- /#login -->
103
- 

Return to bug 35261