|
Lines 88-102
Link Here
|
| 88 |
<legend>Log in to your account:</legend> |
88 |
<legend>Log in to your account:</legend> |
| 89 |
<label for="userid">Login:</label> |
89 |
<label for="userid">Login:</label> |
| 90 |
[% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] |
90 |
[% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] |
| 91 |
<input class="form-control" type="text" id="userid" size="10" name="userid" value="[% borrower.userid | html %]" /> |
91 |
<input class="form-control" type="text" id="userid" size="10" name="userid" value="[% borrower.userid | html %]" autocomplete="off" /> |
| 92 |
[% ELSE %] |
92 |
[% ELSE %] |
| 93 |
<input class="form-control" type="text" id="userid" size="10" name="userid" value="" /> |
93 |
<input class="form-control" type="text" id="userid" size="10" name="userid" value="" autocomplete="off" /> |
| 94 |
[% END %] |
94 |
[% END %] |
| 95 |
<label for="password">Password:</label> |
95 |
<label for="password">Password:</label> |
| 96 |
[% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] |
96 |
[% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] |
| 97 |
<input class="form-control" type="password" id="password" size="10" name="password" value="[% password_cleartext | html %]" /> |
97 |
<input class="form-control" type="password" id="password" size="10" name="password" value="[% password_cleartext | html %]" autocomplete="off" /> |
| 98 |
[% ELSE %] |
98 |
[% ELSE %] |
| 99 |
<input class="form-control" type="password" id="password" size="10" name="password" value="" /> |
99 |
<input class="form-control" type="password" id="password" size="10" name="password" value="" autocomplete="off" /> |
| 100 |
[% END %] |
100 |
[% END %] |
| 101 |
<fieldset class="action"> |
101 |
<fieldset class="action"> |
| 102 |
<input type="submit" value="Log in" class="btn btn-primary" /> |
102 |
<input type="submit" value="Log in" class="btn btn-primary" /> |