Webgui: More mobile friendly touch and much more improvements
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user