mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Ganzer SQL Filterbar
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user