Initial commit
This commit is contained in:
9
app/plugins/calendar/views/nav/week.html
Normal file
9
app/plugins/calendar/views/nav/week.html
Normal file
@ -0,0 +1,9 @@
|
||||
<div class="row calendar-row">
|
||||
{LOOP}
|
||||
<div class="col-xs-1 calendar-cell">
|
||||
<h4 class="{highlightedDate}">{day}</h4>{dayEventList}
|
||||
</div>
|
||||
{/LOOP}
|
||||
{ALT}
|
||||
{/ALT}
|
||||
</div>
|
Reference in New Issue
Block a user