From c306e4b31b14592eddfea701836042f4c2c53ff1 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 3 Jun 2005 17:30:56 +0000 Subject: [PATCH] fixed help links for profile editor --- lam/lib/modules/shadowAccount.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lam/lib/modules/shadowAccount.inc b/lam/lib/modules/shadowAccount.inc index dd903e75..a23f2bf3 100644 --- a/lam/lib/modules/shadowAccount.inc +++ b/lam/lib/modules/shadowAccount.inc @@ -72,22 +72,22 @@ class shadowAccount extends baseModule { array( 0 => array('kind' => 'text', 'text' => _('Password warning')), 1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowWarning', 'type' => 'text', 'size' => '4', 'maxlength' => '4', 'value' => ""), - 2 => array('kind' => 'help', 'value' => 'TODO')), + 2 => array('kind' => 'help', 'value' => 'shadowWarning')), // password expiration array( 0 => array('kind' => 'text', 'text' => _('Password expiration')), 1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowInactive', 'type' => 'text', 'size' => '4', 'maxlength' => '4', 'value' => ""), - 2 => array('kind' => 'help', 'value' => 'TODO')), + 2 => array('kind' => 'help', 'value' => 'shadowInactive')), // minimum password age array( 0 => array('kind' => 'text', 'text' => _('Minimum password age')), 1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowMin', 'type' => 'text', 'size' => '5', 'maxlength' => '5', 'value' => ""), - 2 => array('kind' => 'help', 'value' => 'TODO')), + 2 => array('kind' => 'help', 'value' => 'shadowMin')), // maximum password age array( 0 => array('kind' => 'text', 'text' => _('Maximum password age')), 1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowMax', 'type' => 'text', 'size' => '5', 'maxlength' => '5', 'value' => ""), - 2 => array('kind' => 'help', 'value' => 'TODO')), + 2 => array('kind' => 'help', 'value' => 'shadowMax')), // expiration date array( 0 => array('kind' => 'text', 'text' => _('Expiration date')), @@ -101,7 +101,7 @@ class shadowAccount extends baseModule { 'options' => $year, 'options_selectd' => "") ) )), - 2 => array('kind' => 'help', 'value' => 'TODO')) + 2 => array('kind' => 'help', 'value' => 'shadowExpire')) ); // profile checks $return['profile_checks']['shadowAccount_shadowMin'] = array(