mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
(iCalendar export) calendar: Removing filter controls from export page, as no purpose and buggy
Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
This commit is contained in:
parent
4e5d3c9728
commit
a1e080f7c6
@ -90,10 +90,6 @@ list($prevmon, $prevyr) = calendar_sub_month($mon, $yr);
|
||||
list($nextmon, $nextyr) = calendar_add_month($mon, $yr);
|
||||
$getvars = 'cal_d='.$day.'&cal_m='.$mon.'&cal_y='.$yr; // For filtering
|
||||
|
||||
echo '<div class="filters">';
|
||||
echo calendar_filter_controls('export', $getvars);
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="minicalendarblock">';
|
||||
echo calendar_top_controls('display', array('m' => $prevmon, 'y' => $prevyr));
|
||||
echo calendar_get_mini($courses, $groups, $users, $prevmon, $prevyr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user