From cc469867e4a9acd6cc6ba34df9fb636b54531fae Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 4 Jul 2003 14:35:56 +0000 Subject: [PATCH] added help for OU-editor --- lam/help/help.inc | 10 +++++++++- lam/templates/ou_edit.php | 14 +++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/lam/help/help.inc b/lam/help/help.inc index 1b7f4eb3..95683a6d 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -293,7 +293,15 @@ $helpArray = array ( "464" => array ("ext" => "FALSE", "Headline" => _("Windows Well Known Group"), "Text" => _("Windows Well Known Group")), "465" => array ("ext" => "FALSE", "Headline" => _("Windows Groupname"), - "Text" => _("Windows Groupname")) + "Text" => _("Windows Groupname")), + // 600 - 699 + // Roland Gruber + // OU-editor + "601" => array ("ext" => "FALSE", "Headline" => _("OU-Editor - New organizational unit"), + "Text" => _("This will create a new organizational unit under the selected one.")), + "602" => array ("ext" => "FALSE", "Headline" => _("OU-Editor - Delete organizational unit"), + "Text" => _("This will the selected organizational unit. The OU has to be empty.")) + /* This is a sample help entry. Just copy this line an modify the vakues between the [] brackets. Help text is located in the array: "[Helpnumber]" => array ("ext" => "FALSE", "Headline" => _("[Headline]"), "Text" => _("[Text]"), "SeeAlso" => "[SeeAlso link]"), diff --git a/lam/templates/ou_edit.php b/lam/templates/ou_edit.php index 9a3f8e86..84498442 100644 --- a/lam/templates/ou_edit.php +++ b/lam/templates/ou_edit.php @@ -312,7 +312,7 @@ function display_main() { echo ("\n"); echo ("" . _("New organizational unit") . "\n"); echo (" \n"); - echo ("". _("Help") ."\n"); + echo ("". _("Help") ."\n"); echo ("\n"); // delete OU echo ("\n"); @@ -325,7 +325,7 @@ function display_main() { echo (" \n"); echo ("" . _("Delete organizational unit") . "\n"); echo (" \n"); - echo ("". _("Help") ."\n"); + echo ("". _("Help") ."\n"); echo ("\n"); echo ("\n"); echo ("\n"); @@ -345,7 +345,7 @@ function display_main() { echo ("\n"); echo ("" . _("New organizational unit") . "\n"); echo (" \n"); - echo ("". _("Help") ."\n"); + echo ("". _("Help") ."\n"); echo ("\n"); // delete OU echo ("\n"); @@ -358,7 +358,7 @@ function display_main() { echo (" \n"); echo ("" . _("Delete organizational unit") . "\n"); echo (" \n"); - echo ("". _("Help") ."\n"); + echo ("". _("Help") ."\n"); echo ("\n"); echo ("\n"); echo ("\n"); @@ -378,7 +378,7 @@ function display_main() { echo ("\n"); echo ("" . _("New organizational unit") . "\n"); echo (" \n"); - echo ("". _("Help") ."\n"); + echo ("". _("Help") ."\n"); echo ("\n"); // delete OU echo ("\n"); @@ -391,7 +391,7 @@ function display_main() { echo (" \n"); echo ("" . _("Delete organizational unit") . "\n"); echo (" \n"); - echo ("". _("Help") ."\n"); + echo ("". _("Help") ."\n"); echo ("\n"); echo ("\n"); echo ("\n"); @@ -400,4 +400,4 @@ function display_main() { echo (""); echo ("\n"); echo ("\n"); -} \ No newline at end of file +}