fixed tabindex (3042622)

This commit is contained in:
Roland Gruber 2010-08-15 08:54:42 +00:00
parent 7f928db275
commit 9a6892a215
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ function display_LoginPage($config_object) {
<td style="border-style:none" height="35" align="left">
<?php
if ($config_object->getLoginMethod() == LAMConfig::LOGIN_LIST) {
echo '<select name="username" size="1" tabindex="0">';
echo '<select name="username" size="1" tabindex="1">';
$admins = $config_object->get_Admins();
for($i = 0; $i < count($admins); $i++) {
$text = explode(",", $admins[$i]);