Added a width to the menu actions

skala
Arthur Portugal 15 years ago
parent 9669f6aed2
commit ab182329ce
  1. 2
      main/admin/user_list.php

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

Loading…
Cancel
Save