Lines 389-397
Link Here
|
389 |
<fieldset class="brief"> |
389 |
<fieldset class="brief"> |
390 |
<label for="muserid">Login:</label><input type="text" id="muserid" name="userid" /> |
390 |
<label for="muserid">Login:</label><input type="text" id="muserid" name="userid" /> |
391 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> |
391 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> |
392 |
[% IF Koha.Preference( 'OpacLoginInstructions' ) %] |
392 |
[% IF ( OpacLoginInstructions ) %] |
393 |
<div id="nologininstructions-modal" class="nologininstructions"> |
393 |
<div id="nologininstructions-modal" class="nologininstructions"> |
394 |
[% Koha.Preference( 'OpacLoginInstructions' ) | $raw %] |
394 |
[% PROCESS koha_news_block news => OpacLoginInstructions %] |
395 |
</div> |
395 |
</div> |
396 |
[% END %] |
396 |
[% END %] |
397 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
397 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
398 |
- |
|
|