mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Attempt to lineup buttons in recycle bin & get delete board popup to appear
This commit is contained in:
parent
8f364281d2
commit
c72b769f82
2 changed files with 11 additions and 11 deletions
|
@ -6,16 +6,17 @@ template(name="archivedBoards")
|
|||
ul.archived-lists
|
||||
each archivedBoards
|
||||
li.archived-lists-item
|
||||
button.js-restore-board
|
||||
i.fa.fa-undo
|
||||
| {{_ 'restore-board'}}
|
||||
button.js-delete-board
|
||||
i.fa.fa-trash-o
|
||||
| {{_ 'delete-board'}}
|
||||
= title
|
||||
div.board-header-btns
|
||||
button.board-header-btn.js-restore-board
|
||||
i.fa.fa-undo
|
||||
| {{_ 'restore-board'}}
|
||||
button.board-header-btn.js-delete-board
|
||||
i.fa.fa-trash-o
|
||||
| {{_ 'delete-board'}}
|
||||
= title
|
||||
else
|
||||
li.no-items-message {{_ 'no-archived-boards'}}
|
||||
|
||||
template(name="deleteBoardPopup")
|
||||
template(name="boardDeletePopup")
|
||||
p {{_ 'delete-board-pop'}}
|
||||
button.js-confirm.negate.full(type="submit") {{_ 'delete'}}
|
||||
|
|
|
@ -472,8 +472,7 @@
|
|||
"assigned-by": "Assigned By",
|
||||
"requested-by": "Requested By",
|
||||
"board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.",
|
||||
"board-delete-pop": "All lists, cards, labels, and activities will be removed and you won't be able to recover the board contents. There is no undo.",
|
||||
"board-delete-suggest-archive": "You can archive a board to remove it from the the active boards and preserve the activity.",
|
||||
"deleteBoardPopup": "Delete Board?",
|
||||
"board-delete-pop": "All lists, cards, labels, and activities will be removed and you won't be able to recover the board contents. There is no undo.",,
|
||||
"boardDeletePopup-title": "Delete Board?",
|
||||
"delete-board": "Delete Board"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue