More work an webgui

This commit is contained in:
2024-04-10 20:13:37 +02:00
parent 4b5ba85a77
commit aaa452cbb5
20 changed files with 842 additions and 359 deletions
+5 -1
View File
@@ -187,7 +187,11 @@ 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>';
if ($row['color']) {
echo '<td>', format_color($row['color']), '</td>';
} else {
echo '<td></td>';
}
echo '<td>', $row['sort'], '</td>';
echo "</tr>\n";
}