fixed tabindex

This commit is contained in:
Roland Gruber 2012-02-27 17:01:14 +00:00
parent 524989cfd1
commit ca63fd9e2b
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ class lamList {
echo "<form id=\"settingsDialogForm\" action=\"list.php?type=" . $this->type . "&amp;norefresh=true\" method=\"post\">\n";
echo '<table width="100%"><tr><td>';
$tabindex = 0;
$tabindex = 1;
$configContainer = new htmlTable();
for ($i = 0; $i < sizeof($this->configOptions); $i++) {
$configContainer->mergeTableElements($this->configOptions[$i]->getMetaHTML());