Index: trunk/kernel/include/config.php =================================================================== diff -u -r315 -r369 --- trunk/kernel/include/config.php (.../config.php) (revision 315) +++ trunk/kernel/include/config.php (.../config.php) (revision 369) @@ -252,13 +252,13 @@ return $string; } - function ItemFormElement() + function ItemFormElement($StartFrom=1) { global $objConfig; static $TabIndex; if (empty($TabIndex)) - $TabIndex = 1; + $TabIndex = $StartFrom; $o = ""; if($objConfig->Get($this->name)!="")