Author: danydb
Date: 2013-12-18 20:46:27 +0100 (Wed, 18 Dec 2013)
New Revision: 5599

Modified:
   phpcompta/trunk/include/class_html_input.php
Log:
Filter_table : autocomplete to off

Modified: phpcompta/trunk/include/class_html_input.php
===================================================================
--- phpcompta/trunk/include/class_html_input.php        2013-12-18 01:36:54 UTC 
(rev 5598)
+++ phpcompta/trunk/include/class_html_input.php        2013-12-18 19:46:27 UTC 
(rev 5599)
@@ -754,7 +754,7 @@
        {
                $r= "
                        <span>
-                       <input id=\"lk_".$p_table_id."\" class=\"input_text\" 
name=\"filter\" onkeyup=\"filter_table(this, '$p_table_id','$p_col',$start_row 
)\" type=\"text\">
+                       <input id=\"lk_".$p_table_id."\" autocomplete=\"off\" 
class=\"input_text\" name=\"filter\" onkeyup=\"filter_table(this, 
'$p_table_id','$p_col',$start_row )\" type=\"text\">
                        <input type=\"button\" class=\"smallbutton\" 
onclick=\"$('lk_".$p_table_id."').value='';filter_table($('lk_".$p_table_id."'),
 '$p_table_id','$p_col',$start_row );\" value=\"X\">
                        </span>
                        ";



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to