Webgui: More mobile friendly touch and much more improvements

This commit is contained in:
2026-06-14 10:56:17 +02:00
parent a59f02e21b
commit f109e2621f
25 changed files with 1624 additions and 583 deletions
+7
View File
@@ -127,6 +127,13 @@ $checklist = $sth->fetch(PDO::FETCH_OBJ);
</table>
<?php
/*
$sql = "SELECT checkname, groupid FROM checkitem";
$sql = "SELECT clid, checkid, sort FROM checkref";
*/
form_view_buttons($g_scriptname, $id);
elseif ($action == ACT_EDIT):