From 9cb01e50bce627189fbd7c681ef86372e189bec2 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 19 Apr 2007 13:43:02 +0000 Subject: [PATCH] Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6139 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/class_setupStep_Migrate.inc | 8 ++++---- setup/setup_schema.tpl | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/setup/class_setupStep_Migrate.inc b/setup/class_setupStep_Migrate.inc index d04e8bca1..60223b4b0 100644 --- a/setup/class_setupStep_Migrate.inc +++ b/setup/class_setupStep_Migrate.inc @@ -24,7 +24,7 @@ class Step_Migrate extends setup_step { var $languages = array(); var $attributes = array(); - var $header_image = "images/locale.png"; + var $header_image = "images/monitoring.png"; function Step_Migrate() { @@ -33,9 +33,9 @@ class Step_Migrate extends setup_step function update_strings() { - $this->s_title = _("Ldap migration assistent"); - $this->s_title_long = _("Ldap migration assistent"); - $this->s_info = _("This step allows you to migrate your ldap database"); + $this->s_title = _("LDAP inspection"); + $this->s_title_long = _("LDAP inspection"); + $this->s_info = _("Analyze your current LDAP for GOsa compatibility"); } function execute() diff --git a/setup/setup_schema.tpl b/setup/setup_schema.tpl index c7e81b39a..e56538b1e 100644 --- a/setup/setup_schema.tpl +++ b/setup/setup_schema.tpl @@ -27,7 +27,6 @@ {foreach from=$checks item=val key=key} {if !$checks[$key].STATUS}
- {$checks[$key].INFO} {if $checks[$key].IS_MUST_HAVE} {$checks[$key].MSG} {else} -- 2.30.2