Skip to content

Commit 9b30780

Browse files
committed
removed single_button type parameter in remaining_courses_table.php
1 parent af9743d commit 9b30780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/local/table/remaining_courses_table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ public function wrap_html_finish() {
168168
}
169169

170170
echo $OUTPUT->render(new \single_button(new moodle_url($PAGE->url),
171-
get_string('set_default_eval_for_selected', 'block_evasys_sync'), 'post', \single_button::BUTTON_SECONDARY,
171+
get_string('set_default_eval_for_selected', 'block_evasys_sync'), 'post', false,
172172
['data-evasys-action' => 'seteval']
173173
));
174174

175175
echo $OUTPUT->render(new \single_button(new moodle_url($PAGE->url),
176-
get_string('set_default_eval_for_all', 'block_evasys_sync'), 'post', \single_button::BUTTON_SECONDARY,
176+
get_string('set_default_eval_for_all', 'block_evasys_sync'), 'post', false,
177177
['data-evasys-action' => 'seteval', 'data-evasys-forall' => 1]
178178
));
179179
}

0 commit comments

Comments
 (0)