Minor - changing column width

skala
Julio Montoya 15 years ago
parent 0ace435c24
commit bc8fcf2934
  1. 2
      main/attendance/attendance_list.php

@ -21,7 +21,7 @@ $table->set_additional_parameters($parameters);
$table->set_header(0, '', false, array('style'=>'width:20px;'));
$table->set_header(1, get_lang('Name'), true );
$table->set_header(2, get_lang('Description'), true);
$table->set_header(3, get_lang('CountDoneAttendance'), true, array('style'=>'width:50px;'));
$table->set_header(3, get_lang('CountDoneAttendance'), true, array('style'=>'width:90px;'));
if (api_is_allowed_to_edit(null, true)) {
$table->set_header(4, get_lang('Actions'), false,array('style'=>'text-align:center'));

Loading…
Cancel
Save