|
@@ -199,9 +199,30 @@ template(name="boardChangeColorPopup")
|
|
|
|
|
|
template(name="boardSubtaskSettingsPopup")
|
|
|
form.board-subtask-settings
|
|
|
- a.flex.js-field-has-subtasks(class="{{#if allowsSubtasks}}is-checked{{/if}}")
|
|
|
- .materialCheckBox(class="{{#if allowsSubtasks}}is-checked{{/if}}")
|
|
|
- span {{_ 'show-subtasks-field'}}
|
|
|
+ h3 {{_ 'show-parent-in-minicard'}}
|
|
|
+ a#prefix-with-full-path.flex.js-field-show-parent-in-minicard(class="{{#if $eq presentParentTask 'prefix-with-full-path'}}is-checked{{/if}}")
|
|
|
+ .materialCheckBox(class="{{#if $eq presentParentTask 'prefix-with-full-path'}}is-checked{{/if}}")
|
|
|
+ span {{_ 'prefix-with-full-path'}}
|
|
|
+ a#prefix-with-parent.flex.js-field-show-parent-in-minicard(class="{{#if $eq presentParentTask 'prefix-with-parent'}}is-checked{{/if}}")
|
|
|
+ .materialCheckBox(class="{{#if $eq presentParentTask 'prefix-with-parent'}}is-checked{{/if}}")
|
|
|
+ span {{_ 'prefix-with-parent'}}
|
|
|
+ a#subtext-with-full-path.flex.js-field-show-parent-in-minicard(class="{{#if $eq presentParentTask 'subtext-with-full-path'}}is-checked{{/if}}")
|
|
|
+ .materialCheckBox(class="{{#if $eq presentParentTask 'subtext-with-full-path'}}is-checked{{/if}}")
|
|
|
+ span {{_ 'subtext-with-full-path'}}
|
|
|
+ a#subtext-with-parent.flex.js-field-show-parent-in-minicard(class="{{#if $eq presentParentTask 'subtext-with-parent'}}is-checked{{/if}}")
|
|
|
+ .materialCheckBox(class="{{#if $eq presentParentTask 'subtext-with-parent'}}is-checked{{/if}}")
|
|
|
+ span {{_ 'subtext-with-parent'}}
|
|
|
+ a#no-parent.flex.js-field-show-parent-in-minicard(class="{{#if $eq presentParentTask 'no-parent'}}is-checked{{/if}}")
|
|
|
+ .materialCheckBox(class="{{#if $eq presentParentTask 'no-parent'}}is-checked{{/if}}")
|
|
|
+ span {{_ 'no-parent'}}
|
|
|
+ div
|
|
|
+ hr
|
|
|
+
|
|
|
+ div.check-div
|
|
|
+ a.flex.js-field-has-subtasks(class="{{#if allowsSubtasks}}is-checked{{/if}}")
|
|
|
+ .materialCheckBox(class="{{#if allowsSubtasks}}is-checked{{/if}}")
|
|
|
+ span {{_ 'show-subtasks-field'}}
|
|
|
+
|
|
|
label
|
|
|
| {{_ 'deposit-subtasks-board'}}
|
|
|
select.js-field-deposit-board(disabled="{{#unless allowsSubtasks}}disabled{{/unless}}")
|
|
@@ -214,7 +235,9 @@ template(name="boardSubtaskSettingsPopup")
|
|
|
option(value='null' selected="selected") {{_ 'custom-field-dropdown-none'}}
|
|
|
else
|
|
|
option(value='null') {{_ 'custom-field-dropdown-none'}}
|
|
|
- hr
|
|
|
+ div
|
|
|
+ hr
|
|
|
+
|
|
|
label
|
|
|
| {{_ 'deposit-subtasks-list'}}
|
|
|
select.js-field-deposit-list(disabled="{{#unless hasLists}}disabled{{/unless}}")
|