From 68a80b58a8d70a75857e8287273e007cd24f3d21 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 14 Nov 2004 13:51:49 +0000 Subject: [PATCH] fixed help for profile options --- lam/lib/modules/inetOrgPerson.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/modules/inetOrgPerson.inc b/lam/lib/modules/inetOrgPerson.inc index 56dd3889..72c00b16 100644 --- a/lam/lib/modules/inetOrgPerson.inc +++ b/lam/lib/modules/inetOrgPerson.inc @@ -94,11 +94,11 @@ class inetOrgPerson extends baseModule { array( 0 => array('kind' => 'text', 'text' => _('Job title') . ":"), 1 => array('kind' => 'input', 'name' => 'inetOrgPerson_title', 'type' => 'text', 'size' => '30', 'maxlength' => '255'), - 2 => array('kind' => 'help', 'value' => 'TODO')), + 2 => array('kind' => 'help', 'value' => 'title')), array( 0 => array('kind' => 'text', 'text' => _('Employee type') . ":"), 1 => array('kind' => 'input', 'name' => 'inetOrgPerson_employeeType', 'type' => 'text', 'size' => '30', 'maxlength' => '255'), - 2 => array('kind' => 'help', 'value' => 'TODO')) + 2 => array('kind' => 'help', 'value' => 'employeeType')) ); // profile checks $return['profile_checks']['inetOrgPerson_title'] = array(