phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4607 - in phpcompta/trunk: html/js include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4607 - in phpcompta/trunk: html/js include
Date: Thu, 15 Dec 2011 14:09:20 +0100 (CET)

Author: danydb
Date: 2011-12-15 14:09:18 +0100 (Thu, 15 Dec 2011)
New Revision: 4607

Modified:
   phpcompta/trunk/html/js/scripts.js
   phpcompta/trunk/include/constant.php
   phpcompta/trunk/include/search.inc.php
Log:
IE8 Bug with form submit

Modified: phpcompta/trunk/html/js/scripts.js
===================================================================
--- phpcompta/trunk/html/js/scripts.js  2011-12-15 02:58:23 UTC (rev 4606)
+++ phpcompta/trunk/html/js/scripts.js  2011-12-15 13:09:18 UTC (rev 4607)
@@ -1080,8 +1080,7 @@
        var dossier=g('gDossier').value;
        waiting_box();
        var target="search_op";
-
-        var qs=obj.serialize()+"&op=search_op&ctl=search_op";
+        var qs=Form.serialize('search_form_ajx')+"&op=search_op&ctl=search_op";
         var action=new Ajax.Request ( 'ajax_misc.php',
         {
             method:'get',

Modified: phpcompta/trunk/include/constant.php
===================================================================
--- phpcompta/trunk/include/constant.php        2011-12-15 02:58:23 UTC (rev 
4606)
+++ phpcompta/trunk/include/constant.php        2011-12-15 13:09:18 UTC (rev 
4607)
@@ -35,12 +35,12 @@
 $g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";  
 /*set to none for production */
 /* uncomment for production */
-// $version_phpcompta=4444;
-//define ("DEBUG",false);
+ $version_phpcompta=4444;
+define ("DEBUG",false);
 
 
-$version_phpcompta=SVNINFO;
-define ("DEBUG",false);
+//$version_phpcompta=SVNINFO;
+//define ("DEBUG",false);
 
 
 

Modified: phpcompta/trunk/include/search.inc.php
===================================================================
--- phpcompta/trunk/include/search.inc.php      2011-12-15 02:58:23 UTC (rev 
4606)
+++ phpcompta/trunk/include/search.inc.php      2011-12-15 13:09:18 UTC (rev 
4607)
@@ -64,7 +64,7 @@
                $action="";
                $callback="";
                require 'template/search_top.php';
-               echo '<form onsubmit="search_operation(this);return false">';
+               echo '<form name="search_form_ajx" id="search_form_ajx" 
onsubmit="search_operation(this);return false">';
                echo HtmlInput::get_to_hidden(array('ctlc','ledger'));
                $inside=true;
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]