mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
(html) Improve dates display in event/task viewer
This commit is contained in:
@@ -59,17 +59,15 @@
|
||||
<md-list-item ng-class="{ 'md-2-line': editor.component.isAllDay, 'md-3-line': !editor.component.isAllDay }"
|
||||
ng-show="editor.component.startDate || editor.component.dueDate">
|
||||
<md-icon>access_time</md-icon>
|
||||
<div layout="row" class="md-flex">
|
||||
<div class="md-list-item-text" ng-show="editor.component.startDate">
|
||||
<p><var:string label:value="Start"/></p>
|
||||
<h3>{{::editor.component.localizedStartDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay"> {{::editor.component.localizedStartTime}}</h3>
|
||||
</div>
|
||||
<div class="md-list-item-text" ng-show="editor.component.dueDate">
|
||||
<p><var:string label:value="Due Date"/></p>
|
||||
<h3>{{::editor.component.localizedDueDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay">{{::editor.component.localizedDueTime}}</h3>
|
||||
</div>
|
||||
<div class="md-list-item-text" ng-show="editor.component.startDate">
|
||||
<p><var:string label:value="Start"/></p>
|
||||
<h3>{{::editor.component.localizedStartDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay"> {{::editor.component.localizedStartTime}}</h3>
|
||||
</div>
|
||||
<div class="md-list-item-text" ng-show="editor.component.dueDate">
|
||||
<p><var:string label:value="Due Date"/></p>
|
||||
<h3>{{::editor.component.localizedDueDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay">{{::editor.component.localizedDueTime}}</h3>
|
||||
</div>
|
||||
</md-list-item>
|
||||
<!-- status -->
|
||||
|
||||
Reference in New Issue
Block a user