From 5c53773cafec718c4c89d898d7f7dbdd717b9df1 Mon Sep 17 00:00:00 2001 From: Rossiani Wijaya Date: Mon, 1 Aug 2011 16:58:34 +0800 Subject: [PATCH] MDL-20501 Survey module: fix text alignment for right to left language --- mod/survey/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/mod/survey/index.php b/mod/survey/index.php index 217bb13ae8a..2687128db0e 100644 --- a/mod/survey/index.php +++ b/mod/survey/index.php @@ -34,13 +34,10 @@ if ($course->format == "weeks") { $table->head = array ($strweek, $strname, $strstatus); - $table->align = array ("CENTER", "LEFT", "LEFT"); } else if ($course->format == "topics") { $table->head = array ($strtopic, $strname, $strstatus); - $table->align = array ("CENTER", "LEFT", "LEFT"); } else { $table->head = array ($strname, $strstatus); - $table->align = array ("LEFT", "LEFT"); } $currentsection = '';