Move action icons closer to the question name in the question bank to make Oleg happy.

This commit is contained in:
Tim Hunt 2009-10-23 18:44:02 +00:00
parent 2561c4e99c
commit 1a9def7cc2

View 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';
}