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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-2 / +2 lines)
Lines 48-55 Link Here
48
[% FOREACH INPUT IN INPUTS %]
48
[% FOREACH INPUT IN INPUTS %]
49
    <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
49
    <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
50
[% END %]
50
[% END %]
51
<p><label for="userid">Username:</label>
51
<p><label for="userid">Login:</label>
52
<input type="text" name="userid" id="userid" class="input focus" value="[% userid %]" size="20" tabindex="1" />
52
<input type="text" name="userid" id="userid" class="input focus" value="[% userid %]" size="20" tabindex="1" title="Please enter your username or card number." />
53
</p>
53
</p>
54
<p><label for="password">Password:</label>
54
<p><label for="password">Password:</label>
55
<input type="password" name="password" id="password" class="input" value="" size="20" tabindex="2" />
55
<input type="password" name="password" id="password" class="input" value="" size="20" tabindex="2" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-2 / +2 lines)
Lines 274-280 Link Here
274
            <div class="modal-body">
274
            <div class="modal-body">
275
                    <input type="hidden" name="koha_login_context" value="opac" />
275
                    <input type="hidden" name="koha_login_context" value="opac" />
276
                    <fieldset class="brief">
276
                    <fieldset class="brief">
277
                        <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" />
277
                        <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" title="Please enter your username or card number." />
278
                        <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" />
278
                        <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" />
279
                    [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="mpatronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %]
279
                    [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="mpatronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %]
280
                    </fieldset>
280
                    </fieldset>
Lines 284-287 Link Here
284
                <a href="#" data-dismiss="modal" aria-hidden="true" class="cancel">Cancel</a>
284
                <a href="#" data-dismiss="modal" aria-hidden="true" class="cancel">Cancel</a>
285
            </div>
285
            </div>
286
        </form> <!-- /#auth -->
286
        </form> <!-- /#auth -->
287
    </div>  <!-- /#modalAuth  -->
287
    </div>  <!-- /#modalAuth  -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 91-97 Link Here
91
                                        <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
91
                                        <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
92
                                    [% END %]
92
                                    [% END %]
93
                                    <label for="userid">Login</label>
93
                                    <label for="userid">Login</label>
94
                                    <input type="text"  size="25" id="userid"  name="userid" />
94
                                    <input type="text"  size="25" id="userid"  name="userid" title="Please enter your username or card number." />
95
                                    <label for="password">Password</label><input type="password"  size="25" id="password"  name="password" />
95
                                    <label for="password">Password</label><input type="password"  size="25" id="password"  name="password" />
96
                                </fieldset>
96
                                </fieldset>
97
97
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-1 / +1 lines)
Lines 71-77 Link Here
71
                                    <input type="hidden" name="koha_login_context" value="opac" />
71
                                    <input type="hidden" name="koha_login_context" value="opac" />
72
                                    <fieldset class="brief">
72
                                    <fieldset class="brief">
73
                                        <legend>Log in to your account:</legend>
73
                                        <legend>Log in to your account:</legend>
74
                                        <label for="userid">Login:</label><input type="text" id="userid" name="userid" />
74
                                        <label for="userid">Login:</label><input type="text" id="userid" name="userid" title="Please enter your username or card number." />
75
                                        <label for="password">Password:</label><input type="password" id="password" name="password" />
75
                                        <label for="password">Password:</label><input type="password" id="password" name="password" />
76
                                    <fieldset class="action">
76
                                    <fieldset class="action">
77
                                        <input type="submit" value="Log in" class="btn" />
77
                                        <input type="submit" value="Log in" class="btn" />
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 80-86 please choose against which one you would like to authenticate: </p> Link Here
80
[% END %]
80
[% END %]
81
<ol>
81
<ol>
82
<li><label for="userid">Login</label>
82
<li><label for="userid">Login</label>
83
<input type="text"  size="25" id="userid"  name="userid" /></li>
83
<input type="text"  size="25" id="userid"  name="userid" title="Please enter your username or card number." /></li>
84
<li><label for="password">Password</label><input type="password"  size="25" id="password"  name="password" /></li>
84
<li><label for="password">Password</label><input type="password"  size="25" id="password"  name="password" /></li>
85
</ol></fieldset>
85
</ol></fieldset>
86
86
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt (-2 / +1 lines)
Lines 53-59 Link Here
53
	<fieldset class="brief">
53
	<fieldset class="brief">
54
        <legend>Log in to your account:</legend>
54
        <legend>Log in to your account:</legend>
55
		<ol>
55
		<ol>
56
		<li><label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" /></li>
56
            <li><label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" title="Please enter your username or card number." /></li>
57
		<li><label for="password">Password:</label><input type="password" id="password" size="10" name="password" /></li>
57
		<li><label for="password">Password:</label><input type="password" id="password" size="10" name="password" /></li>
58
		</ol>	 <fieldset class="action">
58
		</ol>	 <fieldset class="action">
59
	 <input type="submit" value="Log In" class="submit" />
59
	 <input type="submit" value="Log In" class="submit" />
60
- 

Return to bug 7867