mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Added notes
This commit is contained in:
parent
4c399a41f7
commit
12827ef0a6
3 changed files with 13 additions and 0 deletions
|
|
@ -56,6 +56,12 @@ template(name="checklistActions")
|
||||||
div.trigger-button.js-add-checklist-items-action.js-goto-rules
|
div.trigger-button.js-add-checklist-items-action.js-goto-rules
|
||||||
i.fa.fa-plus
|
i.fa.fa-plus
|
||||||
|
|
||||||
|
div.trigger-item
|
||||||
|
div.trigger-content
|
||||||
|
div.trigger-text
|
||||||
|
| {{{_'r-checklist-note'}}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -98,6 +98,11 @@ template(name="boardTriggers")
|
||||||
div.trigger-button.js-add-arch-trigger.js-goto-action
|
div.trigger-button.js-add-arch-trigger.js-goto-action
|
||||||
i.fa.fa-plus
|
i.fa.fa-plus
|
||||||
|
|
||||||
|
div.trigger-item
|
||||||
|
div.trigger-content
|
||||||
|
div.trigger-text
|
||||||
|
| {{{_'r-board-note'}}}
|
||||||
|
|
||||||
template(name="boardCardTitlePopup")
|
template(name="boardCardTitlePopup")
|
||||||
form
|
form
|
||||||
label
|
label
|
||||||
|
|
|
||||||
|
|
@ -622,6 +622,8 @@
|
||||||
"r-swimlane": "in swimlane",
|
"r-swimlane": "in swimlane",
|
||||||
"r-swimlane-name": "swimlane name",
|
"r-swimlane-name": "swimlane name",
|
||||||
"r-user-name": "username",
|
"r-user-name": "username",
|
||||||
|
"r-board-note": "Note: leave a field empty to match every possible value. ",
|
||||||
|
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
|
||||||
"r-added-to": "added to",
|
"r-added-to": "added to",
|
||||||
"r-when-a-card-is-moved": "When a card is moved to another list",
|
"r-when-a-card-is-moved": "When a card is moved to another list",
|
||||||
"ldap": "LDAP",
|
"ldap": "LDAP",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue