mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 14:12:21 +00:00
(html) Improve dates display in event/task viewer
This commit is contained in:
@@ -58,17 +58,15 @@
|
||||
<!-- start/end dates -->
|
||||
<md-list-item ng-class="{ 'md-2-line': editor.component.isAllDay, 'md-3-line': !editor.component.isAllDay }">
|
||||
<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.endDate">
|
||||
<p><var:string label:value="End"/></p>
|
||||
<h3>{{::editor.component.localizedEndDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay">{{::editor.component.localizedEndTime}}</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.endDate">
|
||||
<p><var:string label:value="End"/></p>
|
||||
<h3>{{::editor.component.localizedEndDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay">{{::editor.component.localizedEndTime}}</h3>
|
||||
</div>
|
||||
</md-list-item>
|
||||
<!-- is transparent -->
|
||||
|
||||
Reference in New Issue
Block a user