shift edit: fix form info for description field

This commit is contained in:
msquare 2021-12-05 11:57:02 +01:00
parent 0229e41149
commit bf1ea07eab
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ function shift_edit_controller()
form_text('start', __('Start:'), date('Y-m-d H:i', $start)), form_text('start', __('Start:'), date('Y-m-d H:i', $start)),
form_text('end', __('End:'), date('Y-m-d H:i', $end)), form_text('end', __('End:'), date('Y-m-d H:i', $end)),
form_textarea('description', __('Additional description'), $description), form_textarea('description', __('Additional description'), $description),
__('This description is for single shifts, otherwise please use the description in shift type.'), form_info('', __('This description is for single shifts, otherwise please use the description in shift type.')),
'<h2>' . __('Needed angels') . '</h2>', '<h2>' . __('Needed angels') . '</h2>',
$angel_types_spinner, $angel_types_spinner,
form_submit('submit', __('Save')) form_submit('submit', __('Save'))