removed old help entries, added new DN suffix entry for profile editor

This commit is contained in:
Roland Gruber 2004-10-02 17:23:53 +00:00
parent dd5231ca9c
commit 7138a03fc2
2 changed files with 4 additions and 10 deletions

View File

@ -118,16 +118,10 @@ $helpArray = array (
// 300 - 399
// Roland Gruber
// profile editor
"301" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Set Unix password for Samba"),
"Text" => _("If set to \"yes\" the Windows password will be the same as the Unix one.").
"<br><br>".
_("If unsure say \"yes\" here.")),
"302" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("User can change password"),
"Text" => _("If set to \"yes\" the user will be able to change his Windows password.").
"<br><br>".
_("If unsure say \"yes\" here.")),
"360" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Profile name"),
"360" => array ("ext" => "FALSE", "Headline" => _("Profile name"),
"Text" => _("Name under which the profile will be saved. If a profile with the same name exists, it will be overwritten.")),
"361" => array ("ext" => "FALSE", "Headline" => _("DN Suffix"),
"Text" => _("The new account will be saved under this LDAP suffix.")),
// 400 - 499
// Tilo Lutz
// account.php

View File

@ -89,7 +89,7 @@ echo "<fieldset>\n<legend><b>" . _("LDAP suffix") . "</b></legend>\n";
echo "<select tabindex=\"1\">";
for ($i = 0; $i < sizeof($suffixes); $i++) echo "<option>" . $suffixes[$i] . "</option>\n";
echo "</select>\n";
echo "&nbsp;&nbsp;<a href=../help.php?HelpNumber=TODO>" . _('Help') . "</a>\n";
echo "&nbsp;&nbsp;<a href=../help.php?HelpNumber=\"361\">" . _('Help') . "</a>\n";
echo "</fieldset>\n<br>\n";
}