|
Lines 125-131
Link Here
|
| 125 |
<div class="container-fluid"> |
125 |
<div class="container-fluid"> |
| 126 |
<div class="row-fluid"> |
126 |
<div class="row-fluid"> |
| 127 |
<div id="opacheader"> |
127 |
<div id="opacheader"> |
| 128 |
[% opacheader %] |
128 |
[% opacheader.raw %] |
| 129 |
</div> |
129 |
</div> |
| 130 |
</div> |
130 |
</div> |
| 131 |
</div> |
131 |
</div> |
|
Lines 259-265
Link Here
|
| 259 |
|
259 |
|
| 260 |
</form> |
260 |
</form> |
| 261 |
[% ELSE # / Koha.Preference('OpacCustomSearch') == '' %] |
261 |
[% ELSE # / Koha.Preference('OpacCustomSearch') == '' %] |
| 262 |
[% Koha.Preference('OpacCustomSearch') %] |
262 |
[% Koha.Preference('OpacCustomSearch').raw %] |
| 263 |
[% END # / Koha.Preference('OpacCustomSearch') == '' %] |
263 |
[% END # / Koha.Preference('OpacCustomSearch') == '' %] |
| 264 |
</div> <!-- / .mastheadsearch --> |
264 |
</div> <!-- / .mastheadsearch --> |
| 265 |
[% END # / UNLESS advsearch %] |
265 |
[% END # / UNLESS advsearch %] |
|
Lines 318-324
Link Here
|
| 318 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> |
318 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> |
| 319 |
[% IF Koha.Preference( 'NoLoginInstructions' ) %] |
319 |
[% IF Koha.Preference( 'NoLoginInstructions' ) %] |
| 320 |
<div id="nologininstructions-modal"> |
320 |
<div id="nologininstructions-modal"> |
| 321 |
[% Koha.Preference( 'NoLoginInstructions' ) %] |
321 |
[% Koha.Preference( 'NoLoginInstructions' ).raw %] |
| 322 |
</div> |
322 |
</div> |
| 323 |
[% END %] |
323 |
[% END %] |
| 324 |
[% 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 %] |
324 |
[% 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 %] |