fixed sorting of manager select

This commit is contained in:
Roland Gruber 2010-10-12 17:50:13 +00:00
parent 70f3f03073
commit 549e8dfc2e
1 changed files with 1 additions and 0 deletions

View File

@ -958,6 +958,7 @@ class inetOrgPerson extends baseModule implements passwordService {
$managerElement = new htmlTableExtendedSelect('manager', $options, $optionsSelected, _('Manager'), 'manager');
$managerElement->setHasDescriptiveElements(true);
$managerElement->setRightToLeftTextDirection(true);
$managerElement->setSortElements(false);
$fieldContainer->addElement($managerElement, true);
}
// photo