Skip to content
Snippets Groups Projects
Commit bdfbaf5f authored by Peter Fricke's avatar Peter Fricke
Browse files

always checked

parent 87adac62
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ class block_hshcourselist extends block_base {
$anchor = html_writer::tag('a', '', array('name' => 'hshcourselistanchor'));
$ordercheckbox = html_writer::empty_tag('input',
array('type' => 'checkbox', 'name' => 'orderbysemestercheckbox', 'id' => 'orderbysemestercheckbox_id'));
array('type' => 'checkbox', 'name' => 'orderbysemestercheckbox', 'id' => 'orderbysemestercheckbox_id', 'checked' => 'true'));
$ordercheckbox .= html_writer::start_tag('label', array('for' => 'orderbysemestercheckbox_id'));
$ordercheckbox .= get_string('orderbysemester', 'block_hshcourselist');
$ordercheckbox .= html_writer::end_tag('label');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment