Add in the name of the month in the MONTH VIEW
This commit is contained in:
parent
679248b96f
commit
5c47d960ae
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<!-- start scheduler -->
|
<!-- start scheduler -->
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="container_elements">
|
<div class="container_elements">
|
||||||
<h1>##Monthly View##</h1>
|
<h1>##Monthly View## : {$SCHEDULER->curr.monthname}</h1>
|
||||||
<table class="scheduler_month">
|
<table class="scheduler_month">
|
||||||
<tr>
|
<tr>
|
||||||
{foreach from=$SCHEDULER->Week item="_Weekday"}
|
{foreach from=$SCHEDULER->Week item="_Weekday"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue