Minor - header width changed

skala
Julio Montoya 15 years ago
parent b0114a777d
commit eb4e11c51c
  1. 6
      main/admin/user_list.php

@ -794,7 +794,7 @@ else
$table = new SortableTable('users', 'get_number_of_users', 'get_user_data', (api_is_western_name_order() xor api_sort_by_first_name()) ? 3 : 2);
$table->set_additional_parameters($parameters);
$table->set_header(0, '', false);
$table->set_header(0, '', false, 'width="18px"');
$table->set_header(1, get_lang('Photo'), false);
$table->set_header(2, get_lang('OfficialCode'));
if (api_is_western_name_order()) {
@ -807,8 +807,8 @@ else
$table->set_header(5, get_lang('LoginName'));
$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="200px"');
$table->set_header(8, get_lang('Active'),true, 'width="15px"');
$table->set_header(9, get_lang('Action'), false,'width="220px"');
$table->set_column_filter(3, 'user_filter');
$table->set_column_filter(4, 'user_filter');

Loading…
Cancel
Save