From ea034ecec665aff04fd74c81e11c34000a9b9492 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Sat, 14 Dec 2019 10:35:42 +0100 Subject: Add the container class to some views --- includes/view/ShiftTypes_view.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'includes/view/ShiftTypes_view.php') diff --git a/includes/view/ShiftTypes_view.php b/includes/view/ShiftTypes_view.php index 634f9760..3e10be29 100644 --- a/includes/view/ShiftTypes_view.php +++ b/includes/view/ShiftTypes_view.php @@ -31,7 +31,7 @@ function ShiftType_delete_view($shifttype) ), ]), ]), - ]); + ], true); } /** @@ -63,7 +63,7 @@ function ShiftType_edit_view($name, $angeltype_id, $angeltypes, $description, $s form_info('', __('Please use markdown for the description.')), form_submit('submit', __('Save')) ]) - ]); + ], true); } /** @@ -99,7 +99,7 @@ function ShiftType_view($shifttype, $angeltype) ]), heading(__('Description'), 2), $parsedown->parse($shifttype['description']) - ]); + ], true); } /** @@ -140,5 +140,5 @@ function ShiftTypes_list_view($shifttypes) 'name' => __('Name'), 'actions' => '' ], $shifttypes) - ]); + ], true); } -- cgit v1.2.3-54-g00ecf