|
Lines 326-332
Link Here
|
| 326 |
[% END %] |
326 |
[% END %] |
| 327 |
[% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %] |
327 |
[% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %] |
| 328 |
<div id="forgotpassword-modal" class="forgotpassword"> |
328 |
<div id="forgotpassword-modal" class="forgotpassword"> |
| 329 |
<p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p> |
329 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> |
| 330 |
</div> |
330 |
</div> |
| 331 |
[% END %] |
331 |
[% END %] |
| 332 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
332 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
|
Lines 338-344
Link Here
|
| 338 |
</div> |
338 |
</div> |
| 339 |
<div class="modal-footer"> |
339 |
<div class="modal-footer"> |
| 340 |
<input type="submit" class="btn btn-primary" value="Log in" /> |
340 |
<input type="submit" class="btn btn-primary" value="Log in" /> |
| 341 |
<a href="#" data-dismiss="modal" aria-hidden="true" class="cancel">Cancel</a> |
|
|
| 342 |
</div> |
341 |
</div> |
| 343 |
</form> <!-- /#auth --> |
342 |
</form> <!-- /#auth --> |
| 344 |
</div> <!-- /#modalAuth --> |
343 |
</div> <!-- /#modalAuth --> |