summaryrefslogtreecommitdiff
path: root/includes/view/ShiftEntry_view.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2015-12-29 17:57:16 +0100
committerPhilip Häusler <msquare@notrademark.de>2015-12-29 17:57:16 +0100
commitb479cdaef8c51e5230048bac82d00696c2a2b61a (patch)
tree0663d0a3b0ef9e4de9d76912b75b7bfcf82b1be5 /includes/view/ShiftEntry_view.php
parent522546795b04d946e34b07a44bdb7cd2a4a8cfac (diff)
fix room creation
Diffstat (limited to 'includes/view/ShiftEntry_view.php')
-rw-r--r--includes/view/ShiftEntry_view.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/view/ShiftEntry_view.php b/includes/view/ShiftEntry_view.php
index 6cb8ba00..9665e426 100644
--- a/includes/view/ShiftEntry_view.php
+++ b/includes/view/ShiftEntry_view.php
@@ -21,6 +21,7 @@ function ShiftEntry_edit_view($angel, $date, $location, $title, $type, $comment,
$freeload_form = array();
}
return page_with_title(_("Edit shift entry"), array(
+ msg(),
form(array(
form_info(_("Angel:"), $angel),
form_info(_("Date, Duration:"), $date),