mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-47054 theme: fixed issue with the user rtl table
This commit is contained in:
parent
1446e02f69
commit
595858537d
@ -256,17 +256,12 @@
|
||||
$table->colclasses = array();
|
||||
$table->head[] = $fullnamedisplay;
|
||||
$table->attributes['class'] = 'admintable generaltable';
|
||||
$table->colclasses[] = 'leftalign';
|
||||
foreach ($extracolumns as $field) {
|
||||
$table->head[] = ${$field};
|
||||
$table->colclasses[] = 'leftalign';
|
||||
}
|
||||
$table->head[] = $city;
|
||||
$table->colclasses[] = 'leftalign';
|
||||
$table->head[] = $country;
|
||||
$table->colclasses[] = 'leftalign';
|
||||
$table->head[] = $lastaccess;
|
||||
$table->colclasses[] = 'leftalign';
|
||||
$table->head[] = get_string('edit');
|
||||
$table->colclasses[] = 'centeralign';
|
||||
$table->head[] = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user