From 29a38958486fe1d58da47142d466fed4040bad34 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 15 May 2003 17:33:29 +0000 Subject: [PATCH] changed package name to ldap-account-manager --- lam/help/help.inc | 13 ++++++++++++- lam/templates/config/confmain.php | 15 +++++++++------ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/lam/help/help.inc b/lam/help/help.inc index a486ac4b..112f0925 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -75,7 +75,18 @@ $helpArray = array ( " will be split to several pages.")), "209" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Default Language"), "Text" => _("Defines the language of the login window and is sets this language the default language.". - " Users can change the language at login.")) + " Users can change the language at login.")), + "210" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Script Path"), + "Text" => _("This is the absolute path to an external script for setting quotas and creating home directories.". + "

Use it at your own risk and read the documentation for lamdaemon before you use it!"), + "SeeAlso" => "TODO link to lamdaemon doku"), + "211" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Script Server"), + "Text" => _("This is the server where the lamdaemon script is stored. LDAP Account Manager will make a SSH connection". + " to this server with username and password provided at login.". + "

Use it at your own risk and read the documentation for lamdaemon before you use it!"), + "SeeAlso" => "TODO link to lamdaemon doku"), + "212" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Change Password"), + "Text" => _("If you want to change the current preferences password, please enter it here.")) /* 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/config/confmain.php b/lam/templates/config/confmain.php index bd4cdcbc..003ddcc7 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -104,7 +104,7 @@ echo ("

" echo ("

\n"); echo ("
" . _("Server settings") . ""); -echo (""); +echo ("
"); // serverURL echo ("". "

" . _("Server Address") . ":

". @@ -136,7 +136,7 @@ echo (""); echo ("
"); echo ("

" . _("Ranges") . ""); -echo (""); +echo ("
"); // minUID echo ("
". @@ -171,7 +171,7 @@ echo (""); echo ("
"); echo ("
" . _("LDAP List settings") . ""); -echo (""); +echo ("
"); // user list attributes echo ("

". @@ -259,10 +259,12 @@ echo ("\n"); // script settings echo ("". - "\n"); + "\n"); +echo ("\n"); echo ("". - "\n"); + "\n"); +echo ("\n"); echo ("

". _("Path to external script") . ":

get_scriptPath() . "\">
get_scriptPath() . "\">" . _("Help") . "

". _("Server of external script") . ":

get_scriptServer() . "\">
get_scriptServer() . "\">" . _("Help") . "
\n"); echo ("\n"); @@ -274,7 +276,8 @@ echo ("\n"); // new password echo ("". - "\n"); + "\n"); +echo ("\n"); // reenter password echo ("".
". _("New Password") . ":
" . _("Help") . "
". _("Reenter Password") . ":