mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
(html) Remove 'all day' option from task editor
This option is not supported yet (as in v2).
This commit is contained in:
@@ -72,14 +72,6 @@
|
||||
max="9"
|
||||
label:aria-label="Priority"><!-- slider --></md-slider>
|
||||
</div>
|
||||
<!-- is all day -->
|
||||
<md-checkbox
|
||||
ng-model="editor.component.isAllDay"
|
||||
ng-true-value="1"
|
||||
ng-false-value="0"
|
||||
label:aria-label="All day Event">
|
||||
<var:string label:value="All day Event"/>
|
||||
</md-checkbox>
|
||||
<!-- start -->
|
||||
<div ng-show="editor.component.start">
|
||||
<div class="pseudo-input-container">
|
||||
|
||||
Reference in New Issue
Block a user