From ca63fd9e2b7c2a19048ac96f1af47bc5ebe5211e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 27 Feb 2012 17:01:14 +0000 Subject: [PATCH] fixed tabindex --- lam/lib/lists.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 1033138e..2894ca99 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -875,7 +875,7 @@ class lamList { echo "
type . "&norefresh=true\" method=\"post\">\n"; echo '
'; - $tabindex = 0; + $tabindex = 1; $configContainer = new htmlTable(); for ($i = 0; $i < sizeof($this->configOptions); $i++) { $configContainer->mergeTableElements($this->configOptions[$i]->getMetaHTML());