Ganzer SQL Filterbar

This commit is contained in:
Manfred
2023-03-27 10:53:18 +02:00
parent 17adaf79b0
commit f72da812d7
+3 -3
View File
@@ -81,7 +81,7 @@ if (!$filter->loadAll())
<form name="formular">
<input type="hidden" name="check" value="">
</form>
<table class="tablesorter" id="t1">
<table class="tablesorter" id="t1" style="table-layout: fixed">
<thead>
<tr>
<th onmouseup="document.formular.check.value=0">
@@ -144,8 +144,8 @@ if (!$filter->loadAll())
<td>
<?php echo $db->convert_html_chars($filter->htmlattr) ?>
</td>
<td>
<?php echo $db->convert_html_chars(substr($filter->sql,0,32)) ?>...
<td style="text-overflow: ellipsis; white-space: nowrap; overflow:hidden;">
<?php echo $db->convert_html_chars($filter->sql) ?>
</td>
<td>
<form action="<?php echo basename(__FILE__) ?>" name="form_<?php echo $filter->filter_id ?>" method="POST">