From 595858537d7c40314bfdb32ac981d0462ac228b7 Mon Sep 17 00:00:00 2001 From: Brian Barnes Date: Wed, 3 Sep 2014 13:50:23 +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 a7e1e6445cb..184ada69bb0 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[] = "";