MDL-59750 core_calendar: rename template month_header to header

This commit is contained in:
Simey Lameze
2017-09-20 12:48:26 +08:00
parent 578eb78981
commit ac671b3739
2 changed files with 3 additions and 3 deletions
@@ -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.
+1 -1
View File
@@ -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">