|
Lines 155-168
Link Here
|
| 155 |
[% ELSE %] |
155 |
[% ELSE %] |
| 156 |
<input type="text" id="userid" size="10" name="userid" value="" /> |
156 |
<input type="text" id="userid" size="10" name="userid" value="" /> |
| 157 |
[% END %] |
157 |
[% END %] |
| 158 |
<p id="patron-password-p"> |
158 |
<label for="password">Password:</label> |
| 159 |
<span id="patron-password-label">Password:</span> |
159 |
[% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] |
| 160 |
<span id="patron-password">[% password_cleartext | html %]</span> |
160 |
<input type="password" id="password" size="10" name="password" value="[% password_cleartext | html %]" /> |
| 161 |
</p> |
161 |
[% ELSE %] |
| 162 |
|
162 |
<input type="password" id="password" size="10" name="password" value="" /> |
| 163 |
<fieldset class="action"> |
163 |
[% END %] |
| 164 |
<input type="submit" value="Log in" class="btn" /> |
164 |
<fieldset class="action"> |
| 165 |
</fieldset> |
165 |
<input type="submit" value="Log in" class="btn" /> |
|
|
166 |
</fieldset> |
| 166 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
167 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
| 167 |
<div id="patronregistration"> |
168 |
<div id="patronregistration"> |
| 168 |
<p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p> |
169 |
<p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p> |
| 169 |
- |
|
|