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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-4 / +6 lines)
Lines 285-294 Link Here
285
                    <fieldset class="brief">
285
                    <fieldset class="brief">
286
                        <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" />
286
                        <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" />
287
                        <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" />
287
                        <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" />
288
                    [% IF ( NoLoginInstructions ) %]
288
                        <div class="NoLoginInstructions">
289
                        [% NoLoginInstructions %]
289
                           [% IF ( NoLoginInstructions ) %]
290
                    [% END %]
290
                              [% NoLoginInstructions %]
291
                    [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="mpatronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %]
291
                           [% END %]
292
                        </div>
293
                        [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="mpatronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %]
292
                    </fieldset>
294
                    </fieldset>
293
            </div>
295
            </div>
294
            <div class="modal-footer">
296
            <div class="modal-footer">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-1 / +2 lines)
Lines 78-86 Link Here
78
                                    </fieldset>
78
                                    </fieldset>
79
                                    [% 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 %]
79
                                    [% 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 %]
80
                                    </fieldset>
80
                                    </fieldset>
81
                                    <div class="NoLoginInstructions">
81
                                    [% IF ( NoLoginInstructions ) %]
82
                                    [% IF ( NoLoginInstructions ) %]
82
                                        [% NoLoginInstructions %]
83
                                        [% NoLoginInstructions %]
83
                                    [% END %]
84
                                    [% END %]
85
                                    </div>
84
                                </form>
86
                                </form>
85
                            </div> <!-- /#login -->
87
                            </div> <!-- /#login -->
86
                        [% END # /casAuthentication %]
88
                        [% END # /casAuthentication %]
87
- 

Return to bug 12683