Explorar o código

Minor - width table changed

Julio Montoya %!s(int64=15) %!d(string=hai) anos
pai
achega
6763a8eb29
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main/admin/user_list.php

+ 1 - 1
main/admin/user_list.php

@@ -885,7 +885,7 @@ else
 	$table->set_header(6, get_lang('Email'));
 	$table->set_header(7, get_lang('Status'));
 	$table->set_header(8, get_lang('Active'));
-	$table->set_header(9, get_lang('Action'), false,'width="170px"');
+	$table->set_header(9, get_lang('Action'), false,'width="200px"');
 	$table->set_column_filter(6, 'email_filter');
 	$table->set_column_filter(7, 'status_filter');
 	$table->set_column_filter(8, 'active_filter');