mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
profile.tpl: small correction
Identification.tpl: accessibility improvement using tabindex git-svn-id: http://piwigo.org/svn/trunk@1100 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -27,18 +27,19 @@
|
||||
<ul>
|
||||
<li>
|
||||
<label for="username">{L_USERNAME}</label>
|
||||
<input class="login" type="text" name="username" id="username" size="25" maxlength="40" value="{USERNAME}">
|
||||
<input tabindex="1" class="login" type="text" name="username" id="username" size="25" maxlength="40" value="{USERNAME}">
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label for="password">{L_PASSWORD}</label>
|
||||
<input class="login" type="password" name="password" id="password" size="25" maxlength="25">
|
||||
<input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25">
|
||||
</li>
|
||||
|
||||
<!-- BEGIN remember_me -->
|
||||
<li>
|
||||
<label>{L_REMEMBER_ME}</label>
|
||||
<input type="checkbox" name="remember_me" value="1">
|
||||
<label for="remember_me">{L_REMEMBER_ME}</label>
|
||||
<input type="checkbox" name="remember_me" id=="remember_me" value="1">
|
||||
</li>
|
||||
<!-- END remember_me -->
|
||||
</ul>
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label for"maxwidth">{L_MAXWIDTH}</label>
|
||||
<label for="maxwidth">{L_MAXWIDTH}</label>
|
||||
<input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{MAXWIDTH}"
|
||||
onfocus="this.className='focus';" onblur="this.className='nofocus';">
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user