mirror of
https://github.com/wekan/wekan.git
synced 2026-03-06 05:40:16 +01:00
Implement board archive and restoration
This commit is contained in:
parent
9faaf07e02
commit
48ac8b026f
32 changed files with 138 additions and 42 deletions
|
|
@ -60,7 +60,7 @@ template(name="boardMenuPopup")
|
|||
if currentUser.isBoardAdmin
|
||||
hr
|
||||
ul.pop-over-list
|
||||
li: a Close Board…
|
||||
li: a.js-archive-board Archive Board…
|
||||
|
||||
template(name="boardVisibilityList")
|
||||
ul.pop-over-list
|
||||
|
|
@ -120,6 +120,6 @@ template(name="boardChangeTitlePopup")
|
|||
input.js-board-name(type="text" value="{{title}}" autofocus)
|
||||
input.primary.wide(type="submit" value="{{_ 'rename'}}")
|
||||
|
||||
template(name="closeBoardPopup")
|
||||
template(name="archiveBoardPopup")
|
||||
p {{_ 'close-board-pop'}}
|
||||
button.js-confirm.negate.full(type="submit") {{_ 'close'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue