From 42bf4f41f7f7e7bcecba548fb186bcc9fc00c3f7 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 9 Jan 2018 21:47:32 +0100 Subject: [PATCH] added delete timesheet records action for users #67 (#72) --- app/Resources/translations/messages.de.xliff | 4 ++++ app/Resources/views/base.html.twig | 2 +- app/Resources/views/macros/widgets.html.twig | 2 +- .../Controller/TimesheetController.php | 20 +++++++++++++++++++ .../Resources/views/timesheet/index.html.twig | 9 ++++++--- web/js/kimai.js | 8 +++++++- 6 files changed, 39 insertions(+), 6 deletions(-) diff --git a/app/Resources/translations/messages.de.xliff b/app/Resources/translations/messages.de.xliff index bf20c365..6cc215d7 100644 --- a/app/Resources/translations/messages.de.xliff +++ b/app/Resources/translations/messages.de.xliff @@ -30,6 +30,10 @@ create Erstellen + + confirm.delete + Wollen Sie das wirklich löschen? +