From 1890b9e000b4e7133421f391d9c833ce224bb3f9 Mon Sep 17 00:00:00 2001 From: Brian Barnes Date: Thu, 4 Sep 2014 09:43:32 +1200 Subject: [PATCH] MDL-47054 theme: fixed issue with the user rtl table --- admin/user.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/admin/user.php b/admin/user.php index cfbbe22bbbb..f8a9d332ad2 100644 --- a/admin/user.php +++ b/admin/user.php @@ -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[] = "";