[svn r11469] icons alignment

skala
Eric Marguin 19 years ago
parent 2ad35cef99
commit 0506f6c84c
  1. 2
      main/mySpace/index.php
  2. 2
      main/mySpace/student.php

@ -442,7 +442,7 @@ if($nb_teacher_courses)
$table -> addRow($table_row, 'align="right"'); $table -> addRow($table_row, 'align="right"');
} }
$table -> setColAttributes(7,array('align'=>'center'));
$table -> display(); $table -> display();
} }

@ -174,7 +174,7 @@ if($isCoach)
{ {
$table -> addRow($row,'align="right"'); $table -> addRow($row,'align="right"');
} }
$table -> setColAttributes(8,array('align'=>'center'));
$table -> display(); $table -> display();
} }

Loading…
Cancel
Save