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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 161-166 Link Here
161
                            <input type="hidden" name="koha_login_context" value="opac" />
161
                            <input type="hidden" name="koha_login_context" value="opac" />
162
                            <fieldset class="brief">
162
                            <fieldset class="brief">
163
                            [% FOREACH INPUT IN INPUTS %]
163
                            [% FOREACH INPUT IN INPUTS %]
164
                                [% NEXT IF INPUT.name == 'logout.x' %]
164
                                <input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" />
165
                                <input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" />
165
                            [% END %]
166
                            [% END %]
166
                            <label for="userid">Login</label>
167
                            <label for="userid">Login</label>
167
- 

Return to bug 24711