Filter_table : autocomplete to off
This commit is contained in:
parent
24d533656f
commit
38f673e343
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ class HtmlInput
|
|||
{
|
||||
$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>
|
||||
";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue