From: cajus Date: Thu, 19 Apr 2007 08:32:38 +0000 (+0000) Subject: Updated layout X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eab1000b439457e86b5cb77ce3d3868d2df815c1;p=gosa.git Updated layout git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6114 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Schema.inc b/setup/class_setupStep_Schema.inc index d8e9e32c8..148c7df7d 100644 --- a/setup/class_setupStep_Schema.inc +++ b/setup/class_setupStep_Schema.inc @@ -37,9 +37,9 @@ class Step_Schema extends setup_step function update_strings() { - $this->s_title = _("Ldap schema check"); - $this->s_title_long = _("Ldap schema check"); - $this->s_info = _("This dialog checks your ldap schema setup"); + $this->s_title = _("LDAP schema check"); + $this->s_title_long = _("LDAP schema check"); + $this->s_info = _("Perform test on your curren LDAP schema"); } diff --git a/setup/class_setupStep_Welcome.inc b/setup/class_setupStep_Welcome.inc index 06c323747..7549aaae3 100644 --- a/setup/class_setupStep_Welcome.inc +++ b/setup/class_setupStep_Welcome.inc @@ -24,7 +24,7 @@ class Step_Welcome extends setup_step { var $languages = array(); var $attributes = array(); - var $header_image = "images/locale.png"; + var $header_image = "images/welcome.png"; function Step_Welcome() { @@ -36,8 +36,8 @@ class Step_Welcome extends setup_step function update_strings() { $this->s_title = _("Welcome"); - $this->s_title_long = _("Welcome to GOsa setup"); - $this->s_info = _("Welcome to GOsa setup"); + $this->s_info = _("The welcome message"); + $this->s_title_long = _("Welcome to GOsa setup wizard"); } function execute() diff --git a/setup/setup_schema.tpl b/setup/setup_schema.tpl index fe1e0c582..c7e81b39a 100644 --- a/setup/setup_schema.tpl +++ b/setup/setup_schema.tpl @@ -1,40 +1,37 @@ -
-
-
- {t}Validate schema when login into GOsa?{/t} -
-
-
- {t}Enable schema validation{/t} +
+

+ {t}Schema specific settings{/t} +

+
+
+ {t}Enable schema validation when logging in{/t}
-
- {t}Infos in FAQ{/t}  - ! -
-
+

+ {t}Check status{/t} +

+
{if $failed_checks == 0} -

{t}Schema check was completely successful{/t}

+ {t}Schema check succeeded{/t} {else} -

- {t}The schema check returned the following results{/t}

+ + {t}Schema check failed{/t} {/if} -
+
+
{foreach from=$checks item=val key=key} {if !$checks[$key].STATUS}
- {$key} {$checks[$key].INFO} -
{if $checks[$key].IS_MUST_HAVE} - {$checks[$key].MSG} + {$checks[$key].MSG} {else} - {$checks[$key].MSG} + {$checks[$key].MSG} {/if}
{/if} diff --git a/setup/setup_welcome.tpl b/setup/setup_welcome.tpl index 90a4d4c41..44a51bec7 100644 --- a/setup/setup_welcome.tpl +++ b/setup/setup_welcome.tpl @@ -1,6 +1,11 @@
-

{t}Welcome to the GOsa setup routine{/t}

- Nothing yet -
+

{t}Starting to configure GOsa to your needs{/t}

+

+ {t}This seems to be the first time you start GOsa - we didn't find any configuration right now. This simple wizard intends to help you while setting it up.{/t} +

+

+ {t}There needs to be more information here...{/t} +

+