MDL-59750 core_calendar: rename template month_header to header
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
}}
|
||||
{{!
|
||||
@template calendar/month_header
|
||||
@template calendar/header
|
||||
|
||||
Calendar month header.
|
||||
Calendar header.
|
||||
|
||||
The purpose of this template is to render the month header.
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
}}
|
||||
<div class="calendarwrapper" data-courseid="{{courseid}}" data-month="{{date.mon}}" data-year="{{date.year}}">
|
||||
{{> core_calendar/month_header }}
|
||||
{{> core_calendar/header }}
|
||||
{{> core_calendar/month_navigation }}
|
||||
{{> core/overlay_loading}}
|
||||
<table id="month-detailed-{{uniqid}}" class="calendarmonth calendartable card-deck m-b-0">
|
||||
|
||||
Reference in New Issue
Block a user