Lines 1-6
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Koha %] |
2 |
[% USE Koha %] |
3 |
[% USE AdditionalContents %] |
3 |
[% USE AdditionalContents %] |
|
|
4 |
[% PROCESS 'html_helpers.inc' %] |
4 |
[% SET OpacNavRight = AdditionalContents.get( location => "OpacNavRight", lang => news_lang, library => logged_in_user.branchcode || default_branch ) %] |
5 |
[% SET OpacNavRight = AdditionalContents.get( location => "OpacNavRight", lang => news_lang, library => logged_in_user.branchcode || default_branch ) %] |
5 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
6 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
6 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
7 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
Lines 108-114
Link Here
|
108 |
<input type="hidden" name="koha_login_context" value="opac" /> |
109 |
<input type="hidden" name="koha_login_context" value="opac" /> |
109 |
<fieldset class="brief"> |
110 |
<fieldset class="brief"> |
110 |
<legend>Log in to your account:</legend> |
111 |
<legend>Log in to your account:</legend> |
111 |
<label for="userid">[% Koha.Preference('OPACLoginLabelTextContent') | html %]:</label> |
112 |
[% PROCESS login_label for="userid" %] |
112 |
[% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] |
113 |
[% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] |
113 |
<input class="form-control" type="text" id="userid" size="10" name="userid" value="[% borrower.userid | html %]" autocomplete="off" /> |
114 |
<input class="form-control" type="text" id="userid" size="10" name="userid" value="[% borrower.userid | html %]" autocomplete="off" /> |
114 |
[% ELSE %] |
115 |
[% ELSE %] |