mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Move action icons closer to the question name in the question bank to make Oleg happy.
This commit is contained in:
parent
2561c4e99c
commit
1a9def7cc2
@ -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';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user