]> git.mjollnir.org Git - moodle.git/commitdiff
Move action icons closer to the question name in the question bank to make Oleg happy.
authorTim Hunt <T.J.Hunt@open.ac.uk>
Fri, 23 Oct 2009 18:44:02 +0000 (18:44 +0000)
committerTim Hunt <T.J.Hunt@open.ac.uk>
Fri, 23 Oct 2009 18:44:02 +0000 (18:44 +0000)
question/editlib.php

index 45adc0366f08f4941eab3e1c85c95aaf5e058c5d..5c2dca3893f1e2fd6fe39bbb94e8f05080c25ea9 100644 (file)
@@ -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';
         }