Lines 124-129
Link Here
|
124 |
<form action="[% script_name | html %]" method="post" name="loginform" id="loginform" class="validated"> |
124 |
<form action="[% script_name | html %]" method="post" name="loginform" id="loginform" class="validated"> |
125 |
<input type="hidden" name="koha_login_context" value="intranet" /> |
125 |
<input type="hidden" name="koha_login_context" value="intranet" /> |
126 |
[% FOREACH INPUT IN INPUTS %] |
126 |
[% FOREACH INPUT IN INPUTS %] |
|
|
127 |
[% NEXT IF INPUT.name == "koha_login_context" %] |
128 |
[% NEXT IF INPUT.name == "branch" %] |
127 |
<input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> |
129 |
<input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> |
128 |
[% END %] |
130 |
[% END %] |
129 |
<p><label for="userid">Username:</label> |
131 |
<p><label for="userid">Username:</label> |
130 |
- |
|
|