fixed help for profile options

This commit is contained in:
Roland Gruber 2004-11-14 13:51:49 +00:00
parent 2f0dee28ca
commit 68a80b58a8
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@ class inetOrgPerson extends baseModule {
array( array(
0 => array('kind' => 'text', 'text' => _('Job title') . ":"), 0 => array('kind' => 'text', 'text' => _('Job title') . ":"),
1 => array('kind' => 'input', 'name' => 'inetOrgPerson_title', 'type' => 'text', 'size' => '30', 'maxlength' => '255'), 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( array(
0 => array('kind' => 'text', 'text' => _('Employee type') . ":"), 0 => array('kind' => 'text', 'text' => _('Employee type') . ":"),
1 => array('kind' => 'input', 'name' => 'inetOrgPerson_employeeType', 'type' => 'text', 'size' => '30', 'maxlength' => '255'), 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 // profile checks
$return['profile_checks']['inetOrgPerson_title'] = array( $return['profile_checks']['inetOrgPerson_title'] = array(