From f654ac8fdccb3fcfd3d395c1054972cf3476593e Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Mon, 22 Mar 2010 15:37:08 -0500 Subject: [PATCH] minor - fixed alignment of datetimes list inside attendance sheet table in ie6 - partial CT#603 --- main/attendance/attendance_sheet.php | 34 +++++++++++++--------------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/main/attendance/attendance_sheet.php b/main/attendance/attendance_sheet.php index 6c9f765333..61f451f7ce 100755 --- a/main/attendance/attendance_sheet.php +++ b/main/attendance/attendance_sheet.php @@ -31,10 +31,10 @@ if (api_is_allowed_to_edit(null, true)) { if (count($users_in_course) > 0) { ?>
-
- -
+
+ +
@@ -42,15 +42,14 @@ if (api_is_allowed_to_edit(null, true)) { - - + @@ -58,22 +57,20 @@ if (api_is_allowed_to_edit(null, true)) { - - + + } + ?>
-
- -
+ +
- 0 ) { - foreach ($attendant_calendar as $calendar) { - + foreach ($attendant_calendar as $calendar) { $date = $calendar['date']; $time = $calendar['time']; $datetime = $date.'
'.$time; @@ -133,10 +130,11 @@ if (api_is_allowed_to_edit(null, true)) { - + ?>
+ +