Add confirm dialog when deleting a task in kanban + add colors

This commit is contained in:
yflory
2018-05-23 17:13:41 +02:00
parent 914da83b46
commit 7800fa2dcd
4 changed files with 36 additions and 7 deletions

View File

@@ -258,6 +258,7 @@ define(function () {
out.kanban_deleteBoard = "Are you sure you want to delete this board?";
out.kanban_addBoard = "Add a board";
out.kanban_removeItem = "Remove this item";
out.kanban_removeItemConfirm = "Are you sure you want to delete this item?";
// Polls