diff --git a/lam/help/help.inc b/lam/help/help.inc index 15cb51bb..a486ac4b 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -24,10 +24,15 @@ $Id$ */ $helpArray = array ( - "101" => array ("ext" => "FALSE", "Headline" => _("Hilfetest 1"), "Text" => _("blablabla 1"), "SeeAlso" => "102"), - "102" => array ("ext" => "FALSE", "Headline" => _("Hilfetest 2"), "Text" => _("blablabla 2"), "SeeAlso" => ""), - "103" => array ("ext" => "TRUE", "Link" => "help/extFileExample.php"), - // configuration wizard (200 - 249) + // 0 - 99 + // any developer + // for testing purposes + "0" => array ("ext" => "FALSE", "Headline" => _("Hilfetest 1"), "Text" => _("blablabla 1"), "SeeAlso" => "02"), + "02" => array ("ext" => "FALSE", "Headline" => _("Hilfetest 2"), "Text" => _("blablabla 2"), "SeeAlso" => ""), + "03" => array ("ext" => "TRUE", "Link" => "help/extFileExample.php"), + // 200 - 299 + // Roland Gruber + // configuration wizard // configuration login "200" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Login"), "Text" => _("Please enter the configuration password. This is NOT your LDAP password.".