|
|
@ -154,7 +154,7 @@ function view_user_shifts() {
|
|
|
|
return page([
|
|
|
|
return page([
|
|
|
|
div('col-md-12', [
|
|
|
|
div('col-md-12', [
|
|
|
|
msg(),
|
|
|
|
msg(),
|
|
|
|
template_render('../templates/user_shifts.html', [
|
|
|
|
template_render(__DIR__ . '/../../templates/user_shifts.html', [
|
|
|
|
'title' => shifts_title(),
|
|
|
|
'title' => shifts_title(),
|
|
|
|
'room_select' => make_select($rooms, $shiftsFilter->getRooms(), "rooms", _("Rooms")),
|
|
|
|
'room_select' => make_select($rooms, $shiftsFilter->getRooms(), "rooms", _("Rooms")),
|
|
|
|
'start_select' => html_select_key("start_day", "start_day", array_combine($days, $days), $start_day),
|
|
|
|
'start_select' => html_select_key("start_day", "start_day", array_combine($days, $days), $start_day),
|
|
|
|