Browse Source

Minor - Fixing column width

Julio Montoya 15 years ago
parent
commit
a7679e5e66
1 changed files with 1 additions and 3 deletions
  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();
 
 }