MDL-20501 survey module: fix text alignment for right to left language. Change undefined string to

This commit is contained in:
Rossiani Wijaya 2011-08-01 17:42:23 +08:00
parent ca3e8e98a4
commit 63d25e414f

View File

@ -38,13 +38,12 @@
}
$table = new html_table();
$table->width = '100%';
if ($usesections) {
$table->head = array ($strsectionname, $strname, $strintro);
$table->align = array ('CENTER', 'LEFT', 'LEFT');
$table->head = array ($strsectionname, $strname, $strstatus);
} else {
$table->head = array ($strname, $strintro);
$table->align = array ('LEFT', 'LEFT');
$table->head = array ($strname, $strstatus);
}
$currentsection = '';