added help for OU-editor
This commit is contained in:
parent
d21940d398
commit
cc469867e4
|
@ -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]"),
|
||||
|
|
|
@ -312,7 +312,7 @@ function display_main() {
|
|||
echo ("<td><input type=text name=newsuff_u></td>\n");
|
||||
echo ("<td><b>" . _("New organizational unit") . "</b></td>\n");
|
||||
echo ("<td> </td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=501\">". _("Help") ."</a></td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=601\" target=\"lamhelp\">". _("Help") ."</a></td>\n");
|
||||
echo ("</tr>\n");
|
||||
// delete OU
|
||||
echo ("<tr>\n");
|
||||
|
@ -325,7 +325,7 @@ function display_main() {
|
|||
echo ("<td> </td>\n");
|
||||
echo ("<td><b>" . _("Delete organizational unit") . "</b></td>\n");
|
||||
echo ("<td> </td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=502\">". _("Help") ."</a></td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=602\" target=\"lamhelp\">". _("Help") ."</a></td>\n");
|
||||
echo ("</tr>\n");
|
||||
echo ("</table>\n");
|
||||
echo ("</fieldset>\n");
|
||||
|
@ -345,7 +345,7 @@ function display_main() {
|
|||
echo ("<td><input type=text name=newsuff_g></td>\n");
|
||||
echo ("<td><b>" . _("New organizational unit") . "</b></td>\n");
|
||||
echo ("<td> </td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=511\">". _("Help") ."</a></td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=601\" target=\"lamhelp\">". _("Help") ."</a></td>\n");
|
||||
echo ("</tr>\n");
|
||||
// delete OU
|
||||
echo ("<tr>\n");
|
||||
|
@ -358,7 +358,7 @@ function display_main() {
|
|||
echo ("<td> </td>\n");
|
||||
echo ("<td><b>" . _("Delete organizational unit") . "</b></td>\n");
|
||||
echo ("<td> </td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=512\">". _("Help") ."</a></td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=602\" target=\"lamhelp\">". _("Help") ."</a></td>\n");
|
||||
echo ("</tr>\n");
|
||||
echo ("</table>\n");
|
||||
echo ("</fieldset>\n");
|
||||
|
@ -378,7 +378,7 @@ function display_main() {
|
|||
echo ("<td><input type=text name=newsuff_h></td>\n");
|
||||
echo ("<td><b>" . _("New organizational unit") . "</b></td>\n");
|
||||
echo ("<td> </td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=521\">". _("Help") ."</a></td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=601\" target=\"lamhelp\">". _("Help") ."</a></td>\n");
|
||||
echo ("</tr>\n");
|
||||
// delete OU
|
||||
echo ("<tr>\n");
|
||||
|
@ -391,7 +391,7 @@ function display_main() {
|
|||
echo ("<td> </td>\n");
|
||||
echo ("<td><b>" . _("Delete organizational unit") . "</b></td>\n");
|
||||
echo ("<td> </td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=522\">". _("Help") ."</a></td>\n");
|
||||
echo ("<td><a href=\"help.php?HelpNumber=602\" target=\"lamhelp\">". _("Help") ."</a></td>\n");
|
||||
echo ("</tr>\n");
|
||||
echo ("</table>\n");
|
||||
echo ("</fieldset>\n");
|
||||
|
@ -400,4 +400,4 @@ function display_main() {
|
|||
echo ("<input type=\"submit\" name=\"submit\" value=\"" . _("Submit") . "\">");
|
||||
echo ("</form>\n");
|
||||
echo ("</body></html>\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue