From: hickert Date: Fri, 4 May 2007 13:12:04 +0000 (+0000) Subject: Moved errorlvl to debug section X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0f59a02f4c758e230deab5da011bc8c6100f5b17;p=gosa.git Moved errorlvl to debug section git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6264 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Config1.inc b/setup/class_setupStep_Config1.inc index 8d4cf4f96..f5f0c5a56 100644 --- a/setup/class_setupStep_Config1.inc +++ b/setup/class_setupStep_Config1.inc @@ -37,7 +37,6 @@ class Step_Config1 extends setup_step var $encryption = "crypt"; var $theme = "default"; - var $errorlvl = FALSE; var $include_personal_title = FALSE; @@ -55,7 +54,7 @@ class Step_Config1 extends setup_step var $crypt_methods = array(); - var $attributes = array("peopleou","groupou","peopledn","uidbase","encryption","theme","errorlvl","krbsasl", + var $attributes = array("peopleou","groupou","peopledn","uidbase","encryption","theme","krbsasl", "base_hook","base_hook_active","account_expiration","strict","include_personal_title"); function Step_Config1() diff --git a/setup/class_setupStep_Config3.inc b/setup/class_setupStep_Config3.inc index ab31a3f3f..88828512d 100644 --- a/setup/class_setupStep_Config3.inc +++ b/setup/class_setupStep_Config3.inc @@ -23,6 +23,9 @@ class Step_Config3 extends setup_step { var $header_image= "images/ldapserver.png"; + + var $errorlvl = FALSE; + var $optional = array( "strict_units" => false, "forceglobals" => true, @@ -51,6 +54,7 @@ class Step_Config3 extends setup_step "noprimarygroup" => FALSE); + var $attributes = array("errorlvl"); function Step_Config3() { diff --git a/setup/setup_config1.tpl b/setup/setup_config1.tpl index 2f59baca0..c6072ccfb 100644 --- a/setup/setup_config1.tpl +++ b/setup/setup_config1.tpl @@ -11,16 +11,6 @@ -
-
- {t}Show PHP errors{/t} -
-
- -
-

{t}People and group storage{/t}

diff --git a/setup/setup_config3.tpl b/setup/setup_config3.tpl index 96364a75e..5a878fedf 100644 --- a/setup/setup_config3.tpl +++ b/setup/setup_config3.tpl @@ -171,6 +171,19 @@

{t}Debugging{/t}

+ +
+
+ {t}Show PHP errors{/t} +
+
+ +
+
+ +
{t}Maximum LDAP query time{/t}