From 59b8e76d1203d0677b032b00fdefbdec82d78f1f Mon Sep 17 00:00:00 2001 From: msquare Date: Tue, 12 Dec 2017 22:00:29 +0100 Subject: improve public dashboard --- includes/view/PublicDashboard_view.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'includes/view') diff --git a/includes/view/PublicDashboard_view.php b/includes/view/PublicDashboard_view.php index 7b15c7dd..f1791e53 100644 --- a/includes/view/PublicDashboard_view.php +++ b/includes/view/PublicDashboard_view.php @@ -38,6 +38,7 @@ function public_dashborad_shift_render($shift) } $panel_body = glyph('time') . date('H:i', $shift['start']) . ' - ' . date('H:i', $shift['end']); + $panel_body .= ' (' . round(($shift['end'] - $shift['start']) / 3600) . ')'; $panel_body .= '
' . glyph('tasks') . ShiftType($shift['shifttype_id'])['name']; if (! empty($shift['title'])) { @@ -55,9 +56,11 @@ function public_dashborad_shift_render($shift) $panel_body = '' . $panel_body . ''; - return div('panel panel-' . $style . ' col-xs-3', [ - div('panel-body', [ - heading($panel_body, 4) + return div('col-xs-3', [ + div('panel panel-' . $style, [ + div('panel-body', [ + heading($panel_body, 4) + ]) ]) ]); } -- cgit v1.2.3-70-g09d2