summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bae4fb0)
raw | patch | inline | side by side (parent: bae4fb0)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Apr 2007 13:43:02 +0000 (13:43 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Apr 2007 13:43:02 +0000 (13:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6139 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Migrate.inc | patch | blob | history | |
setup/setup_schema.tpl | patch | blob | history |
index d04e8bca178da7fbe9700eb2cef7c9599f8e0e5e..60223b4b07367914143a50cfb7485a7c3365d877 100644 (file)
{
var $languages = array();
var $attributes = array();
- var $header_image = "images/locale.png";
+ var $header_image = "images/monitoring.png";
function Step_Migrate()
{
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 c7e81b39a8f14d48c1d8ead255022082e5981870..e56538b1ec90b6f9b895b66381d85fd5f9393ae6 100644 (file)
--- a/setup/setup_schema.tpl
+++ b/setup/setup_schema.tpl
{foreach from=$checks item=val key=key}
{if !$checks[$key].STATUS}
<br>
- {$checks[$key].INFO}
{if $checks[$key].IS_MUST_HAVE}
<font color='red'>{$checks[$key].MSG}</font>
{else}