Webgui: filters and pagination
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ echo "</tr>\n";
|
||||
foreach ($res as $row) {
|
||||
echo "<tr>\n";
|
||||
echo "<td>". $row['label'] ."</td>\n";
|
||||
echo '<td><span style="background-color:#', $row['color'],'">'. $row['color'] ."</span></td>\n";
|
||||
echo '<td>', format_color($row['color']), "</td>\n";
|
||||
echo "<td>". $row['content'] ."</td>\n";
|
||||
form_action_buttons('box.php', $row['boxid']);
|
||||
echo "</tr>\n";
|
||||
|
||||
Reference in New Issue
Block a user