Improve appearance : error, notice

This commit is contained in:
sparkyx 2025-07-07 10:59:05 +02:00
parent 93edcb0428
commit c43a48fb9e
4 changed files with 44 additions and 6 deletions

View file

@ -1049,7 +1049,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;
}
/**