From 0c51d3c487cef0f2caaa20f5f4f86bd5a424eecf Mon Sep 17 00:00:00 2001 From: msquare Date: Wed, 24 Jul 2019 20:57:27 +0200 Subject: make shift calendar printable --- includes/view/ShiftCalendarShiftRenderer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/view') diff --git a/includes/view/ShiftCalendarShiftRenderer.php b/includes/view/ShiftCalendarShiftRenderer.php index 89f66275..933db27c 100644 --- a/includes/view/ShiftCalendarShiftRenderer.php +++ b/includes/view/ShiftCalendarShiftRenderer.php @@ -190,7 +190,7 @@ class ShiftCalendarShiftRenderer . ' ' . button( shift_entry_create_link($shift, $angeltype), - __('Sign up'), 'btn-xs btn-primary' + __('Sign up'), 'btn-xs btn-primary hidden-print' ); break; @@ -258,7 +258,7 @@ class ShiftCalendarShiftRenderer { $header_buttons = ''; if (auth()->can('admin_shifts')) { - $header_buttons = '
' . table_buttons([ + $header_buttons = '
' . table_buttons([ button( page_link_to('user_shifts', ['edit_shift' => $shift['SID']]), glyph('edit'), -- cgit v1.2.3-54-g00ecf