|
|
@ -33,16 +33,16 @@ function public_dashboard_view($stats, $free_shifts)
|
|
|
|
})
|
|
|
|
})
|
|
|
|
</script>'
|
|
|
|
</script>'
|
|
|
|
], 'statistics'),
|
|
|
|
], 'statistics'),
|
|
|
|
$needed_angels,
|
|
|
|
$needed_angels
|
|
|
|
div('first col-md-12 text-center', [
|
|
|
|
], 'public-dashboard'),
|
|
|
|
buttons([
|
|
|
|
div('first col-md-12 text-center', [
|
|
|
|
button_js('
|
|
|
|
buttons([
|
|
|
|
|
|
|
|
button_js('
|
|
|
|
$(\'#navbar-collapse-1,#footer,#fullscreen-button\').remove();
|
|
|
|
$(\'#navbar-collapse-1,#footer,#fullscreen-button\').remove();
|
|
|
|
$(\'.navbar-brand\').append(\' ' . _('Public Dashboard') . '\');
|
|
|
|
$(\'.navbar-brand\').append(\' ' . _('Public Dashboard') . '\');
|
|
|
|
', glyph('fullscreen') . _('Fullscreen'))
|
|
|
|
', glyph('fullscreen') . _('Fullscreen'))
|
|
|
|
])
|
|
|
|
])
|
|
|
|
], 'fullscreen-button')
|
|
|
|
], 'fullscreen-button')
|
|
|
|
], 'public-dashboard')
|
|
|
|
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|