mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-07 20:45:28 +00:00
@@ -64,13 +64,13 @@
|
||||
<md-icon>access_time</md-icon>
|
||||
<div class="md-list-item-text" ng-show="::editor.component.startDate">
|
||||
<label class="pseudo-input-label"><var:string label:value="Start"/></label>
|
||||
<h3 ng-bind="::editor.component.localizedStartDate"><!-- start date --></h3>
|
||||
<h3 ng-hide="editor.component.isAllDay" ng-bind="::editor.component.localizedStartTime"><!-- start time --></h3>
|
||||
<div ng-bind="::editor.component.localizedStartDate"><!-- start date --></div>
|
||||
<div ng-hide="editor.component.isAllDay" ng-bind="::editor.component.localizedStartTime"><!-- start time --></div>
|
||||
</div>
|
||||
<div class="md-list-item-text" ng-show="::editor.component.dueDate">
|
||||
<label class="pseudo-input-label"><var:string label:value="Due Date"/></label>
|
||||
<h3 ng-bind="::editor.component.localizedDueDate"><!-- due date --></h3>
|
||||
<h3 ng-hide="::editor.component.isAllDay" ng-bind="::editor.component.localizedDueTime"><!-- due time --></h3>
|
||||
<div ng-bind="::editor.component.localizedDueDate"><!-- due date --></div>
|
||||
<div ng-hide="::editor.component.isAllDay" ng-bind="::editor.component.localizedDueTime"><!-- due time --></div>
|
||||
</div>
|
||||
</md-list-item>
|
||||
<!-- status -->
|
||||
|
||||
Reference in New Issue
Block a user