From 2956d13cd57f6ba7e0d9ea93bcf89296064541bb Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 11 Nov 2015 19:29:43 +0000 Subject: [PATCH] refactoring --- lam/copyright | 7 ++++--- lam/help/help.inc | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/lam/copyright b/lam/copyright index a33b23cf..c50d4630 100644 --- a/lam/copyright +++ b/lam/copyright @@ -7,9 +7,10 @@ time. * templates/lists/changePassword.php * templates/selfService/* * templates/config/jobs.php -* lib/cron.* -* lib/database.inc* -* lib/jobs.inc* +* lib/cron.inc +* lib/database.inc +* lib/jobs.inc +* lib/passwordExpirationJob.inc * lib/modules/aliasEntry.inc * lib/modules/automount.inc * lib/modules/bindDLZ.inc diff --git a/lam/help/help.inc b/lam/help/help.inc index beda2347..9daf477f 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -292,6 +292,29 @@ $helpArray = array ( "Text" => _('Use this to enter an additional LDAP filter (e.g. "(cn!=admin)") to reduce the number of entries to modify.')), "702" => array ("Headline" => _('Operations'), "Text" => _('Please specify which attributes should be changed. The modify operation will also add an value if the attribute does not yet exist. To delete all values of an attribute please leave the value field empty.')), + // 800 - 899 + // jobs + '800' => array( + "Headline" => _('From address'), + "Text" => _('This email address will be set as sender address of all mails. If empty the system default (php.ini) will be used.') + ), + '801' => array( + "Headline" => _('Reply-to address'), + "Text" => _('This email address will be set as reply-to address of all mails.') + ), + '802' => array( + "Headline" => _('Subject'), + "Text" => _('The subject of all mails.') + ), + '803' => array( + "Headline" => _('Text'), + "Text" => _('The mail text of all mails.') . + _('You can use wildcards for LDAP attributes in the form @@attribute@@ (e.g. @@uid@@ for the user name).') + ), + '804' => array( + "Headline" => _('Notification period'), + "Text" => _('Please enter the number of days before password expiration to send out the email.') + ), ); /* This is a sample help entry. Just copy this line an modify the values between the [] brackets.