From: Tim Hunt Date: Fri, 23 Oct 2009 18:44:02 +0000 (+0000) Subject: Move action icons closer to the question name in the question bank to make Oleg happy. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1a9def7cc2b3d89ddbf29e8e0abb945c6e2989bd;p=moodle.git Move action icons closer to the question name in the question bank to make Oleg happy. --- diff --git a/question/editlib.php b/question/editlib.php index 45adc0366f..5c2dca3893 100644 --- a/question/editlib.php +++ b/question/editlib.php @@ -820,8 +820,9 @@ class question_bank_view { } protected function wanted_columns() { - $columns = array('checkbox', 'qtype', 'questionname', 'creatorname', - 'modifiername', 'editaction', 'previewaction', 'moveaction', 'deleteaction'); + $columns = array('checkbox', 'qtype', 'questionname', 'editaction', + 'previewaction', 'moveaction', 'deleteaction', 'creatorname', + 'modifiername'); if (optional_param('qbshowtext', false, PARAM_BOOL)) { $columns[] = 'questiontext'; }