Manage code rewriting

This commit is contained in:
sparkyx 2025-08-19 13:31:11 +02:00
parent 99067ed2e1
commit aace9db326
17 changed files with 304 additions and 287 deletions

View file

@ -1030,7 +1030,7 @@ class HtmlInput
<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>
";
$r.=' <span class="notice" id="info_'.$p_table_id.'"></span>';
$r.=' <span class="notice" style="display:none" id="info_'.$p_table_id.'"></span>';
return $r;
}
/**