added help for config management

This commit is contained in:
Roland Gruber 2003-09-22 19:18:16 +00:00
parent 4a65d7b956
commit e8f1b333c6
2 changed files with 24 additions and 7 deletions

View File

@ -32,6 +32,7 @@ $helpArray = array (
// Roland Gruber
// configuration wizard
// configuration login
// config profile management
"200" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Login"),
"Text" => _("Please enter the configuration password. This is NOT your LDAP password. It is stored in your .conf-file. If this is the first time you log in, enter \"lam\".")),
"201" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Server address"),
@ -103,6 +104,20 @@ $helpArray = array (
"</b>"),
"214" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Cache timeout"),
"Text" => _("This is the time in minutes which LAM caches its LDAP searches. Shorter times will stress LDAP more but decrease the possibility that changes are not identified.")),
"230" => array ("ext" => "FALSE", "Headline" => _("Profile management") . " - " . _("Add profile"),
"Text" => _("Please enter the name of the new profile and the password to change its settings. Profile names may contain letters, numbers and -/_.")),
"231" => array ("ext" => "FALSE", "Headline" => _("Profile management") . " - " . _("Rename profile"),
"Text" => _("Please enter the new name of the profile. The name may contain letters, numbers and -/_.")),
"232" => array ("ext" => "FALSE", "Headline" => _("Profile management") . " - " . _("Delete profile"),
"Text" => _("This will delete the selected profile.")),
"233" => array ("ext" => "FALSE", "Headline" => _("Profile management") . " - " . _("Set profile password"),
"Text" => _("This changes the password of the selected profile.")),
"234" => array ("ext" => "FALSE", "Headline" => _("Profile management") . " - " . _("Change default profile"),
"Text" => _("This changes the profile which is selected by default at login.")),
"235" => array ("ext" => "FALSE", "Headline" => _("Profile management") . " - " . _("Change master password"),
"Text" => _("If you want to change your master configuration password, please enter it here.")),
"236" => array ("ext" => "FALSE", "Headline" => _("Profile management") . " - " . _("Master password"),
"Text" => _("Please enter the master configuration password. This is NOT your LDAP password. It is stored in your config.cfg file. If this is the first time you log in, enter \"lam\".")),
// 300 - 399
// Roland Gruber
// profile editor

View File

@ -152,7 +152,7 @@ if ($_POST['submit']) {
</td>
<td>
<b>
<?php echo _("Add profile:"); ?>
<?php echo _("Add profile") . ":"; ?>
&nbsp
</b>
&nbsp <?php echo _("Profile name"); ?> :
@ -190,13 +190,13 @@ if ($_POST['submit']) {
?>
</select>
<b>
<?php echo _("Rename profile to:"); ?>
<?php echo _("Rename profile to") . ":"; ?>
&nbsp
</b>
<input type="text" name="renfilename">
</td>
<td>
<a href="../help.php?HelpNumber=230" target="lamhelp"><?php echo _("Help"); ?></a>
<a href="../help.php?HelpNumber=231" target="lamhelp"><?php echo _("Help"); ?></a>
</td>
</tr>
@ -221,7 +221,7 @@ if ($_POST['submit']) {
</b>
</td>
<td>
<a href="../help.php?HelpNumber=230" target="lamhelp"><?php echo _("Help"); ?></a>
<a href="../help.php?HelpNumber=232" target="lamhelp"><?php echo _("Help"); ?></a>
</td>
</tr>
@ -246,7 +246,7 @@ if ($_POST['submit']) {
</b>
</td>
<td>
<a href="../help.php?HelpNumber=230" target="lamhelp"><?php echo _("Help"); ?></a>
<a href="../help.php?HelpNumber=233" target="lamhelp"><?php echo _("Help"); ?></a>
</td>
</tr>
<tr>
@ -289,7 +289,7 @@ if ($_POST['submit']) {
</b>
</td>
<td>
<a href="../help.php?HelpNumber=230" target="lamhelp"><?php echo _("Help"); ?></a>
<a href="../help.php?HelpNumber=234" target="lamhelp"><?php echo _("Help"); ?></a>
</td>
</tr>
@ -308,7 +308,7 @@ if ($_POST['submit']) {
<input type="password" name="masterpassword2">
</td>
<td>
<a href="../help.php?HelpNumber=230" target="lamhelp"><?php echo _("Help"); ?></a>
<a href="../help.php?HelpNumber=235" target="lamhelp"><?php echo _("Help"); ?></a>
</td>
</tr>
@ -324,6 +324,8 @@ if ($_POST['submit']) {
<input type="password" name="passwd">
&nbsp
<input type="submit" name="submit" value=" <?php echo _("Submit"); ?> ">
&nbsp
<a href="../help.php?HelpNumber=236" target="lamhelp"><?php echo _("Help"); ?></a>
</form>
<p><br></p>