Browse Source

Minor - Balance column width in lp_list

Yannick Warnier 11 years ago
parent
commit
ef71cc872c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/newscorm/lp_list.php

+ 2 - 2
main/newscorm/lp_list.php

@@ -110,11 +110,11 @@ if (!empty($flat_list)) {
     echo '<tr>';
 
     if ($is_allowed_to_edit) {
-        echo '<th width="50%">'.get_lang('Title').'</th>';
+        echo '<th width="40%">'.get_lang('Title').'</th>';
         echo '<th>'.get_lang('PublicationDate').'</th>';
         echo '<th>'.get_lang('ExpirationDate').'</th>';
         echo '<th>'.get_lang('Progress')."</th>";
-        echo '<th width="240px">'.get_lang('AuthoringOptions')."</th>";
+        echo '<th width="260px">'.get_lang('AuthoringOptions')."</th>";
     } else {
         echo '<th width="50%">'.get_lang('Title').'</th>';
         echo '<th>'.get_lang('Progress')."</th>";