From 633e36b5f3448343222cb03c549085fc09779c5e Mon Sep 17 00:00:00 2001 From: Luca Date: Sun, 10 Apr 2022 01:24:45 +0200 Subject: [PATCH] Enlarge shift signup submission button --- includes/view/ShiftEntry_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/view/ShiftEntry_view.php b/includes/view/ShiftEntry_view.php index b2097ce0..c52db4c1 100644 --- a/includes/view/ShiftEntry_view.php +++ b/includes/view/ShiftEntry_view.php @@ -139,7 +139,7 @@ function ShiftEntry_create_view_user($shift, Room $room, $angeltype, $comment) info(sprintf(__('Do you want to sign up for this shift as %s?'), AngelType_name_render($angeltype)), true), form([ //form_textarea('comment', __('Comment (for your eyes only):'), $comment), - form_submit('submit', icon('check-lg') . __('Save')) + form_element(null, form_submit('submit', icon('check-lg') . __('Save'), 'btn-lg', false), '', 'd-grid'), ]) ]); }