mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
most work concluded, code needs clean up, further testing required
This commit is contained in:
parent
089dbf0cf6
commit
c865bfe497
9 changed files with 72 additions and 88 deletions
|
|
@ -36,9 +36,10 @@ template(name="listActionPopup")
|
|||
if cards.count
|
||||
li: a.js-select-cards {{_ 'list-select-cards'}}
|
||||
hr
|
||||
ul.pop-over-list
|
||||
li: a.js-set-wip-limit {{#if isWipLimitEnabled }}EDIT{{else}}{{_ 'setWipLimitPopup-title'}}{{/if}}
|
||||
hr
|
||||
if currentUser.isBoardAdmin
|
||||
ul.pop-over-list
|
||||
li: a.js-set-wip-limit {{#if isWipLimitEnabled }}{{_ 'edit-wip-limit'}}{{else}}{{_ 'setWipLimitPopup-title'}}{{/if}}
|
||||
hr
|
||||
ul.pop-over-list
|
||||
li: a.js-close-list {{_ 'archive-list'}}
|
||||
hr
|
||||
|
|
@ -74,13 +75,11 @@ template(name="listDeletePopup")
|
|||
template(name="setWipLimitPopup")
|
||||
#js-wip-limit-edit
|
||||
lable {{_ 'set-wip-limit-value'}}
|
||||
{{one}}
|
||||
ul.pop-over-list
|
||||
li: a.js-enable-wip-limit Enable WIP Limit
|
||||
if isWipLimitEnabled
|
||||
if wipEnabled.get
|
||||
i.fa.fa-check
|
||||
|
||||
if isWipLimitEnabled
|
||||
if wipEnabled.get
|
||||
p
|
||||
input.wip-limit-value(type="number" value="#{wipLimit.value}" min="1" max="99" onkeydown="return false")
|
||||
input.wip-limit-apply(type="submit" value="{{_ 'apply'}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue