From: Thomas Mudrunka Date: Tue, 23 Aug 2011 23:22:17 +0000 (+0200) Subject: Fixnuta nekompatibilita multiinsert JS kodu s Firefoxem X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=089455c423877b487c5a3cab087136bb4a505984;p=mirrors%2FSokoMan.git Fixnuta nekompatibilita multiinsert JS kodu s Firefoxem --- diff --git a/index.php b/index.php index a019ae4..a2423df 100755 --- a/index.php +++ b/index.php @@ -327,7 +327,7 @@ EOF; $action = $action ? " action='$action'" : false; $html=""; //TODO: use $this->form() - if($multi_insert) $html.='
'; + if($multi_insert) $html.='
'; //$html.=$this->input('table', $class, 'hidden'); foreach($columns as $column) { $html.=T($class).':'.T($column['Field']).': '; @@ -349,19 +349,17 @@ EOF; $html.='
'; } - if($multi_insert) { - //TODO, move to separate JS file + if($multi_insert) { //TODO, move to separate JS file $html.=<< -
+
+
- + + + EOF; }