Show weekday in headers of day view

pull/240/head
Francis Lachapelle 2018-02-06 14:06:33 -05:00
parent 9310a289f6
commit 7cd040fb6b
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@ -22,6 +22,7 @@ Enhancements
- [web] avoid redirection to forbidden module (via ModulesConstraints)
- [web] lower constraints on dates range of auto-reply message (#4161)
- [web] sort categories in event and task editors (#4349)
- [web] show weekday in headers of day view
- [web] updated Angular Material to version 1.1.6
Bug fixes

View File

@ -43,6 +43,7 @@
<div class="sg-md-display-4 md-default-theme md-fg md-hue-2"><var:string value="currentTableDay.dayOfMonth"/></div>
</var:if>
<div class="md-default-theme md-fg md-primary md-hue-2">
<var:string value="labelForDay"/><br/>
<var:string value="labelForMonth"/><br/>
<span class="md-default-theme md-fg md-primary md-hue-1"><var:string value="currentTableDay.yearOfCommonEra"/></span>
</div>