Webgui: filters and pagination
This commit is contained in:
+1
-1
@@ -236,7 +236,7 @@ foreach ($sth->fetchAll() as $row) {
|
||||
echo '<td>', $row['ddval'],'</td>';
|
||||
echo '<td>', $row['ddtext'], '</td>';
|
||||
echo '<td>', $row['ddshort'], '</td>';
|
||||
echo '<td>', $row['color'], '</td>';
|
||||
echo '<td>', format_color($row['color']), '</td>';
|
||||
echo '<td>', $row['sort'], '</td>';
|
||||
// Action links
|
||||
echo '<td>';
|
||||
|
||||
Reference in New Issue
Block a user