|
|
@ -138,7 +138,7 @@ function ShiftEntry_create_view_user($shift, Room $room, $angeltype, $comment)
|
|
|
|
Shift_view_header($shift, $room),
|
|
|
|
Shift_view_header($shift, $room),
|
|
|
|
info(sprintf(__('Do you want to sign up for this shift as %s?'), AngelType_name_render($angeltype)), true),
|
|
|
|
info(sprintf(__('Do you want to sign up for this shift as %s?'), AngelType_name_render($angeltype)), true),
|
|
|
|
form([
|
|
|
|
form([
|
|
|
|
form_textarea('comment', __('Comment (for your eyes only):'), $comment),
|
|
|
|
//form_textarea('comment', __('Comment (for your eyes only):'), $comment),
|
|
|
|
form_submit('submit', icon('check-lg') . __('Save'))
|
|
|
|
form_submit('submit', icon('check-lg') . __('Save'))
|
|
|
|
])
|
|
|
|
])
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|