Ongoing webgui work

This commit is contained in:
2025-04-01 14:49:03 +02:00
parent 0c09ce2916
commit c293ca1caa
20 changed files with 572 additions and 166 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ require 'header.php';
if ($action == ACT_DEFAULT):
// ========== VARIANT: default behavior =======================================
echo '<h1>', $pagetitle, "</h1>\n";
page_caption_search($pagetitle);
$sql = "SELECT projid, projname, startdate, duration, remarks "
. "FROM project "