admin user_list.php fix CT#7539

1.10.x
aragonc 11 years ago
parent a127f97d2e
commit 54886b2a55
  1. 2
      main/admin/user_list.php

@ -798,7 +798,7 @@ if (!empty($action)) {
}
// Create a search-box
$form = new FormValidator('search_simple', 'get', '', '', array(), FormValidator::LAYOUT_INLINE);
$form = new FormValidator('search_simple', 'get', '', '', array());
$renderer = & $form->defaultRenderer();
$renderer->setElementTemplate('<span>{element}</span> ');
$form->addElement('text','keyword', get_lang('keyword'));

Loading…
Cancel
Save