|
|
|
|
@ -2730,7 +2730,7 @@ class GroupManager |
|
|
|
|
public static function getSearchForm() |
|
|
|
|
{ |
|
|
|
|
$url = api_get_path(WEB_CODE_PATH).'group/group_overview.php?'.api_get_cidreq(); |
|
|
|
|
$form = new FormValidator('search_groups', 'get', $url, null, array(), FormValidator::LAYOUT_INLINE); |
|
|
|
|
$form = new FormValidator('search_groups', 'get', $url, null, array('class' => 'form-search'), FormValidator::LAYOUT_INLINE); |
|
|
|
|
$form->addElement('text', 'keyword'); |
|
|
|
|
$form->addButtonSearch(); |
|
|
|
|
return $form->toHtml(); |
|
|
|
|
|