소스 검색

Minor - Fixing column width

Julio Montoya 15 년 전
부모
커밋
a7679e5e66
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      main/tracking/courseLog.php

+ 1 - 3
main/tracking/courseLog.php

@@ -146,9 +146,7 @@ if (isset($_GET['additional_profile_field']) && is_numeric($_GET['additional_pro
 }
 
 /*
-==============================================================================
 		MAIN CODE
-==============================================================================
 */
 
 echo '<div class="actions">';
@@ -572,7 +570,7 @@ if ($_GET['studentlist'] == 'false') {
 	$table->set_header(2, get_lang('Session'), false);
 	$table->set_header(3, get_lang('UserName'));
 	$table->set_header(4, get_lang('Document'), false);
-	$table->set_header(5, get_lang('Date'));
+	$table->set_header(5, get_lang('Date'), true, 'width=160px');
 	$table->display();
 
 }