From bb7117f467c5701b60a9d9000fd09bcbe35196c8 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 7 Feb 2009 22:27:09 +0000 Subject: [PATCH] added help for access levels --- lam/help/help.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lam/help/help.inc b/lam/help/help.inc index dcf1f744..11189a8d 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -98,6 +98,8 @@ $helpArray = array ( "Text" => _("If you want to change the current preferences password, please enter it here.")), "214" => array ("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.")), + "215" => array ("Headline" => _("Configuration wizard") . " - " . _("Access level"), + "Text" => _("You can specify if LAM allows full write access, password changes or only read access.")), "216" => array ("Headline" => _("Configuration wizard") . " - " . _("Text for user PDF"), "Text" => _("This text will appear on top of every user PDF file.")), "217" => array ("Headline" => _("Configuration wizard") . " - " . _("Account types and modules"),