Lines 110-116
Link Here
|
110 |
[% UNLESS ( loggedinusername ) %] |
110 |
[% UNLESS ( loggedinusername ) %] |
111 |
[% UNLESS ( casAuthentication || shibbolethAuthentication ) %] |
111 |
[% UNLESS ( casAuthentication || shibbolethAuthentication ) %] |
112 |
<div id="login"> |
112 |
<div id="login"> |
113 |
<form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth"> |
113 |
<form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth" autocomplete="off"> |
114 |
<input type="hidden" name="koha_login_context" value="opac" /> |
114 |
<input type="hidden" name="koha_login_context" value="opac" /> |
115 |
<fieldset class="brief"> |
115 |
<fieldset class="brief"> |
116 |
<legend>Log in to your account:</legend> |
116 |
<legend>Log in to your account:</legend> |
117 |
- |
|
|