Fix: W3C
This commit is contained in:
parent
cd97e48362
commit
fbe292a439
@ -88,7 +88,7 @@ jQuery(document).ready(function () {
|
||||
<img alt="Logo" title="" src="<?php echo $urllogo; ?>" />
|
||||
</div>
|
||||
|
||||
<div id="parameterBox" summary="Login area">
|
||||
<div id="parameterBox">
|
||||
|
||||
<div id="logBox"><strong><label for="username"><?php echo $langs->trans('Login'); ?></label></strong><input type="text" id="username" name="username" class="flat" size="15" maxlength="40" value="<?php echo $login; ?>" tabindex="1" /></div>
|
||||
<div id="passBox"><strong><label for="password"><?php echo $langs->trans('Password'); ?></label></strong><input id="password" name="password" class="flat" type="password" size="15" maxlength="30" value="<?php echo $password; ?>" tabindex="2" /></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user