Lines 6-11
Link Here
|
6 |
[% PROCESS 'html_helpers.inc' %] |
6 |
[% PROCESS 'html_helpers.inc' %] |
7 |
[% SET OpacLangSelectorMode = Koha.Preference('OpacLangSelectorMode') %] |
7 |
[% SET OpacLangSelectorMode = Koha.Preference('OpacLangSelectorMode') %] |
8 |
[% SET OpacHeader = KohaNews.get( location => "opacheader", lang => lang, library => branchcode, blocktitle => 0 ) %] |
8 |
[% SET OpacHeader = KohaNews.get( location => "opacheader", lang => lang, library => branchcode, blocktitle => 0 ) %] |
|
|
9 |
[% SET OpacLoginInstructions = KohaNews.get( location => "OpacLoginInstructions", lang => lang, library => branchcode ) %] |
9 |
|
10 |
|
10 |
<div id="wrap"> |
11 |
<div id="wrap"> |
11 |
<div id="header-region" class="noprint"> |
12 |
<div id="header-region" class="noprint"> |
Lines 357-365
Link Here
|
357 |
<fieldset class="brief"> |
358 |
<fieldset class="brief"> |
358 |
<label for="muserid">Login:</label><input type="text" id="muserid" name="userid" /> |
359 |
<label for="muserid">Login:</label><input type="text" id="muserid" name="userid" /> |
359 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> |
360 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> |
360 |
[% IF Koha.Preference( 'OpacLoginInstructions' ) %] |
361 |
[% IF ( OpacLoginInstructions ) %] |
361 |
<div id="nologininstructions-modal" class="nologininstructions"> |
362 |
<div id="nologininstructions-modal" class="nologininstructions"> |
362 |
[% Koha.Preference( 'OpacLoginInstructions' ) | $raw %] |
363 |
[% PROCESS koha_news_block news => OpacLoginInstructions %] |
363 |
</div> |
364 |
</div> |
364 |
[% END %] |
365 |
[% END %] |
365 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
366 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
366 |
- |
|
|