View | Details | Raw Unified | Return to bug 35935
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-1 / +2 lines)
Lines 125-130 Link Here
125
    <form action="[% script_name | html %]" method="post" name="loginform" id="loginform" class="validated">
125
    <form action="[% script_name | html %]" method="post" name="loginform" id="loginform" class="validated">
126
        <input type="hidden" name="koha_login_context" value="intranet" />
126
        <input type="hidden" name="koha_login_context" value="intranet" />
127
    [% FOREACH INPUT IN INPUTS %]
127
    [% FOREACH INPUT IN INPUTS %]
128
        [% NEXT IF INPUT.name == "koha_login_context" %]
129
        [% NEXT IF INPUT.name == "branch" %]
128
        <input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" />
130
        <input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" />
129
    [% END %]
131
    [% END %]
130
    <p><label for="userid">Username:</label>
132
    <p><label for="userid">Username:</label>
131
- 

Return to bug 35935