mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
added copyManyCard
This commit is contained in:
parent
f3ed6ee6f6
commit
326b4c5350
1 changed files with 14 additions and 0 deletions
|
@ -135,6 +135,7 @@ template(name="cardDetailsActionsPopup")
|
|||
ul.pop-over-list
|
||||
li: a.js-move-card {{_ 'moveCardPopup-title'}}
|
||||
li: a.js-copy-card {{_ 'copyCardPopup-title'}}
|
||||
li: a.js-copy-many-card {{_ 'copyManyCardPopup-title'}}
|
||||
unless archived
|
||||
li: a.js-archive {{_ 'archive-card'}}
|
||||
li: a.js-more {{_ 'cardMorePopup-title'}}
|
||||
|
@ -154,6 +155,19 @@ template(name="copyCardPopup")
|
|||
else
|
||||
+boardsAndLists
|
||||
|
||||
|
||||
template(name="copyManyCardPopup")
|
||||
label(for='copy-many-card-title') {{_ 'title'}}:
|
||||
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
||||
= title
|
||||
if isSandstorm
|
||||
+boardLists
|
||||
else
|
||||
+boardsAndLists
|
||||
|
||||
template(name="boardsAndLists")
|
||||
|
||||
|
||||
template(name="boardsAndLists")
|
||||
select.js-select-boards
|
||||
each boards
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue