|
@ -295,8 +295,6 @@ class mod_attendance_renderer extends plugin_renderer_base { |
|
|
att_sessions_page_params::ACTION_DELETE_SELECTED => get_string('delete'), |
|
|
att_sessions_page_params::ACTION_DELETE_SELECTED => get_string('delete'), |
|
|
att_sessions_page_params::ACTION_CHANGE_DURATION => get_string('changeduration', 'attendance')); |
|
|
att_sessions_page_params::ACTION_CHANGE_DURATION => get_string('changeduration', 'attendance')); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$controls = html_writer::select($options, 'action'); |
|
|
$controls = html_writer::select($options, 'action'); |
|
|
$attributes = array( |
|
|
$attributes = array( |
|
|
'type' => 'submit', |
|
|
'type' => 'submit', |
|
|