Ongoing webgui work
This commit is contained in:
+2
-2
@@ -91,7 +91,7 @@ require 'header.php';
|
||||
if ($action == ACT_DEFAULT):
|
||||
// ========== VARIANT: default behavior =======================================
|
||||
|
||||
echo '<h1>', $pagetitle, "</h1>\n";
|
||||
page_caption_search($pagetitle);
|
||||
|
||||
// Storage
|
||||
// stype from dropdown
|
||||
@@ -219,7 +219,7 @@ if (count($res) > 0) {
|
||||
foreach ($res as $row) {
|
||||
echo "<tr>";
|
||||
echo '<td>', $row['label'], "</td>";
|
||||
echo '<td>', $row['color'], "</td>";
|
||||
echo '<td>', format_color($row['color']), "</td>";
|
||||
echo '<td><a title="', _('View'), '" href="box.php?f=view&id=', $row['boxid'], '"><i class="bi-eye"></i></a></td>';
|
||||
echo "</tr>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user