mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-20501 survey module: fix text alignment for right to left language. Change undefined string to
This commit is contained in:
parent
ca3e8e98a4
commit
63d25e414f
@ -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 = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user