mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fixed rule allows
This commit is contained in:
parent
1f5f429fc4
commit
34b37116cf
25 changed files with 345 additions and 260 deletions
|
|
@ -2,54 +2,54 @@ template(name="boardTriggers")
|
|||
div.trigger-item
|
||||
div.trigger-content
|
||||
div.trigger-text
|
||||
| When a card is
|
||||
| {{{_'r-when-a-card-is'}}}
|
||||
div.trigger-dropdown
|
||||
select(id="gen-action")
|
||||
option(value="created") Added to
|
||||
option(value="removed") Removed from
|
||||
option(value="created") {{{_'r-added-to'}}}
|
||||
option(value="removed") {{{_'r-added-to'}}}
|
||||
div.trigger-text
|
||||
| the board
|
||||
| {{{_'r-the-board'}}}
|
||||
div.trigger-button.js-add-gen-trigger.js-goto-action
|
||||
i.fa.fa-plus
|
||||
|
||||
div.trigger-item
|
||||
div.trigger-content
|
||||
div.trigger-text
|
||||
| When a card is
|
||||
| {{{_'r-when-a-card-is'}}}
|
||||
div.trigger-dropdown
|
||||
select(id="create-action")
|
||||
option(value="created") Added to
|
||||
option(value="removed") Removed from
|
||||
option(value="created") {{{_'r-added-to'}}}
|
||||
option(value="removed") {{{_'r-added-to'}}}
|
||||
div.trigger-text
|
||||
| list
|
||||
| {{{_'r-list'}}}
|
||||
div.trigger-dropdown
|
||||
input(id="create-list-name",type=text,placeholder="List Name")
|
||||
input(id="create-list-name",type=text,placeholder="{{{_'r-list-name'}}}")
|
||||
div.trigger-button.js-add-create-trigger.js-goto-action
|
||||
i.fa.fa-plus
|
||||
|
||||
div.trigger-item
|
||||
div.trigger-content
|
||||
div.trigger-text
|
||||
| When a card is
|
||||
| {{{_'r-when-a-card-is'}}}
|
||||
div.trigger-dropdown
|
||||
select(id="move-action")
|
||||
option(value="moved-to") Moved to
|
||||
option(value="moved-from") Moved from
|
||||
option(value="moved-to") {{{_'r-moved-to'}}}
|
||||
option(value="moved-from") {{{_'r-moved-from'}}}
|
||||
div.trigger-text
|
||||
| list
|
||||
| {{{_'r-list'}}}
|
||||
div.trigger-dropdown
|
||||
input(id="move-list-name",type=text,placeholder="List Name")
|
||||
input(id="move-list-name",type=text,placeholder="{{{_'r-list-name'}}}")
|
||||
div.trigger-button.js-add-moved-trigger.js-goto-action
|
||||
i.fa.fa-plus
|
||||
|
||||
div.trigger-item
|
||||
div.trigger-content
|
||||
div.trigger-text
|
||||
| When a card is
|
||||
| {{{_'r-when-a-card-is'}}}
|
||||
div.trigger-dropdown
|
||||
select(id="arch-action")
|
||||
option(value="archived") Archived
|
||||
option(value="unarchived") Unarchived
|
||||
option(value="archived") {{{_'r-archived'}}}
|
||||
option(value="unarchived") {{{_'r-unarchived'}}}
|
||||
div.trigger-button.js-add-arch-trigger.js-goto-action
|
||||
i.fa.fa-plus
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue