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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-3 / +2 lines)
Lines 408-416 Link Here
408
                                        [% IF ( Koha.Preference('SelfCheckoutByLogin') ) %]
408
                                        [% IF ( Koha.Preference('SelfCheckoutByLogin') ) %]
409
                                            <legend>Log in to your account</legend>
409
                                            <legend>Log in to your account</legend>
410
                                            <label for="patronlogin">Login:</label>
410
                                            <label for="patronlogin">Login:</label>
411
                                            <input type="text" id="patronlogin" class="focus noEnterSubmit" size="20" name="patronlogin" />
411
                                            <input type="text" id="patronlogin" class="focus noEnterSubmit" size="20" name="patronlogin" autocomplete="off"/>
412
                                            <label for="patronpw">Password:</label>
412
                                            <label for="patronpw">Password:</label>
413
                                            <input type="password" id="patronpw" size="20" name="patronpw" />
413
                                            <input type="password" id="patronpw" size="20" name="patronpw" autocomplete="off"/>
414
                                            <fieldset class="action">
414
                                            <fieldset class="action">
415
                                                <button type="submit" class="btn btn-primary">Log in</button>
415
                                                <button type="submit" class="btn btn-primary">Log in</button>
416
                                            </fieldset>
416
                                            </fieldset>
417
- 

Return to bug 29543