|
Lines 148-154
Link Here
|
| 148 |
<div class="container-fluid"> |
148 |
<div class="container-fluid"> |
| 149 |
<div class="row-fluid"> |
149 |
<div class="row-fluid"> |
| 150 |
<div id="opacheader"> |
150 |
<div id="opacheader"> |
| 151 |
[% opacheader %] |
151 |
[% opacheader.raw %] |
| 152 |
</div> |
152 |
</div> |
| 153 |
</div> |
153 |
</div> |
| 154 |
</div> |
154 |
</div> |
|
Lines 282-288
Link Here
|
| 282 |
|
282 |
|
| 283 |
</form> |
283 |
</form> |
| 284 |
[% ELSE # / Koha.Preference('OpacCustomSearch') == '' %] |
284 |
[% ELSE # / Koha.Preference('OpacCustomSearch') == '' %] |
| 285 |
[% Koha.Preference('OpacCustomSearch') %] |
285 |
[% Koha.Preference('OpacCustomSearch').raw %] |
| 286 |
[% END # / Koha.Preference('OpacCustomSearch') == '' %] |
286 |
[% END # / Koha.Preference('OpacCustomSearch') == '' %] |
| 287 |
</div> <!-- / .mastheadsearch --> |
287 |
</div> <!-- / .mastheadsearch --> |
| 288 |
[% END # / UNLESS advsearch %] |
288 |
[% END # / UNLESS advsearch %] |
|
Lines 341-347
Link Here
|
| 341 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> |
341 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> |
| 342 |
[% IF Koha.Preference( 'NoLoginInstructions' ) %] |
342 |
[% IF Koha.Preference( 'NoLoginInstructions' ) %] |
| 343 |
<div id="nologininstructions-modal"> |
343 |
<div id="nologininstructions-modal"> |
| 344 |
[% Koha.Preference( 'NoLoginInstructions' ) %] |
344 |
[% Koha.Preference( 'NoLoginInstructions' ).raw %] |
| 345 |
</div> |
345 |
</div> |
| 346 |
[% END %] |
346 |
[% END %] |
| 347 |
[% 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 %] |
347 |
[% 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 %] |