renamed smb_smbhome option

This commit is contained in:
Roland Gruber 2003-08-13 16:30:37 +00:00
parent d1b73c7750
commit 2a7f74d0f9
2 changed files with 3 additions and 8 deletions

View File

@ -104,11 +104,6 @@ $helpArray = array (
"<br><br><b>".
_("LAM will not work if version is wrong!").
"</b>"),
"214" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Samba domain SID"),
"Text" => _("If you use the new Samba 3.x schema enter your domain SID here.").
"<br><br>".
_("You can get your domain SID with this command:").
"<b> \"net getlocalsid\"</b>"),
// 300 - 399
// Roland Gruber
// profile editor
@ -130,8 +125,8 @@ $helpArray = array (
_("If unsure say \"no\" here.")),
"304" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Home drive"),
"Text" => _("This is the drive letter for the user's home drive. The home directory will be connected with this drive letter at login."),
"SeeAlso" => "<a href=\"./help.php?HelpNumber=305\" target=\"_self\">Path to home directory</a>"),
"305" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Path to home directory"),
"SeeAlso" => "<a href=\"./help.php?HelpNumber=305\" target=\"_self\">Home path</a>"),
"305" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Home path"),
"Text" => _("This is the path to the user's home directory. The home directory will be connected at login."),
"SeeAlso" => "<a href=\"./help.php?HelpNumber=304\" target=\"_self\">Home drive</a>"),
"306" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Profile path"),

View File

@ -292,7 +292,7 @@ echo ("</tr>\n");
// path to home directory
echo ("<tr>\n");
echo ("<td align=\"right\"><b>" . _("Path to home directory") . ": </b></td>\n");
echo ("<td align=\"right\"><b>" . _("Home path") . ": </b></td>\n");
echo ("<td><input type=\"text\" value=\"" . $acct->smb_smbhome . "\" name=\"smb_smbhome\"></td>\n");
echo ("<td><a href=\"../help.php?HelpNumber=305\" target=\"lamhelp\">" . _("Help") . "</a></td>\n");
echo ("</tr>\n");