From 089455c423877b487c5a3cab087136bb4a505984 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Wed, 24 Aug 2011 01:22:17 +0200 Subject: [PATCH] Fixnuta nekompatibilita multiinsert JS kodu s Firefoxem --- index.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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; } -- 2.30.2