Replace search button in users advanced search - refs #7539

1.10.x
Yannick Warnier 10 years ago
parent 91e46b0ab4
commit a62790d8de
  1. 2
      main/admin/user_list.php

@ -895,7 +895,7 @@ if (!empty($extra_data)) {
$form->addElement('html', '</td></tr>');
$form->addElement('html', '<tr><td>');
$form->addElement('button', 'submit',get_lang('SearchUsers'));
$form->addButtonSearch(get_lang('SearchUsers'));
$form->addElement('html', '</td></tr>');
$form->addElement('html', '</table>');

Loading…
Cancel
Save