phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5599 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5599 - phpcompta/trunk/include
Date: Wed, 18 Dec 2013 20:46:27 +0100 (CET)

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



reply via email to

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