From 27085c7d06faca8dad35eb6a8c246182b0f3e31b Mon Sep 17 00:00:00 2001 From: tbrehm Date: Thu, 9 Jul 2009 10:39:54 +0000 Subject: [PATCH] Removed limit_clients field from client templates. --- .../web/client/form/client_template.tform.php | 2 + .../templates/client_template_edit_limits.htm | 228 +++++++++--------- 2 files changed, 114 insertions(+), 116 deletions(-) diff --git a/interface/web/client/form/client_template.tform.php b/interface/web/client/form/client_template.tform.php index e1dd51dcd..5f34c58ff 100644 --- a/interface/web/client/form/client_template.tform.php +++ b/interface/web/client/form/client_template.tform.php @@ -367,6 +367,7 @@ $form["tabs"]['limits'] = array ( 'rows' => '', 'cols' => '' ), + /* 'limit_client' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', @@ -381,6 +382,7 @@ $form["tabs"]['limits'] = array ( 'rows' => '', 'cols' => '' ), + */ 'limit_database' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', diff --git a/interface/web/client/templates/client_template_edit_limits.htm b/interface/web/client/templates/client_template_edit_limits.htm index 2a4374cbf..1ee1a1e48 100644 --- a/interface/web/client/templates/client_template_edit_limits.htm +++ b/interface/web/client/templates/client_template_edit_limits.htm @@ -1,116 +1,112 @@ -

-

- -
- -
-
Limits -
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - - -
- - -
-
- -
+

+

+ +
+ +
+
Limits +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+ + +
+
+ +
-- GitLab