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"> |