Explorar el Código

Replace search button in users advanced search - refs #7539

Yannick Warnier hace 10 años
padre
commit
a62790d8de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main/admin/user_list.php

+ 1 - 1
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>');