From ef55b578effea959ed4fdcdb0fd4bbab38209fef Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Thu, 06 Sep 2012 11:21:32 -0400 Subject: [PATCH] - New feature: you can now add directive snippets for Apache, nginx, and PHP under System > Directive Snippets. These snippets are then available on the Options tab of a web site where they can be easily added to the respective textarea by simply clicking the name of the directive snippet. --- interface/web/admin/form/groups.tform.php | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/form/groups.tform.php b/interface/web/admin/form/groups.tform.php index 11cb1c9..ce78a66 100644 --- a/interface/web/admin/form/groups.tform.php +++ b/interface/web/admin/form/groups.tform.php @@ -34,9 +34,9 @@ Tabellendefinition Datentypen: - - INTEGER (Wandelt Ausdr�cke in Int um) + - INTEGER (Wandelt Ausdrücke in Int um) - DOUBLE - - CURRENCY (Formatiert Zahlen nach W�hrungsnotation) + - CURRENCY (Formatiert Zahlen nach Währungsnotation) - VARCHAR (kein weiterer Format Check) - TEXT (kein weiterer Format Check) - DATE (Datumsformat, Timestamp Umwandlung) @@ -54,17 +54,18 @@ - Wert oder Array Hinweis: - Das ID-Feld ist nicht bei den Table Values einzuf�gen. + Das ID-Feld ist nicht bei den Table Values einzufügen. */ $form["title"] = "Groups"; -$form["description"] = "Form to edit systemuser groups."; +$form["description"] = "groups_description"; $form["name"] = "groups"; $form["action"] = "groups_edit.php"; $form["db_table"] = "sys_group"; $form["db_table_idx"] = "groupid"; +$form["db_history"] = "yes"; $form["tab_default"] = "groups"; $form["list_default"] = "groups_list.php"; $form["auth"] = 'no'; -- Gitblit v1.9.1