Remove Shifts page header

This commit is contained in:
Skylar Ittner 2017-11-19 01:06:04 -07:00
parent 6719ef1b3d
commit fd3f856288

View File

@ -15,8 +15,6 @@ $totalseconds = sumelapsedtimearray($punchtimes);
$totalpunches = count($punches); $totalpunches = count($punches);
?> ?>
<p class="page-header h5"><i class="fa fa-clock-o fa-fw"></i> <?php lang("shifts") ?></p>
<div class="btn-group mgn-btm-10px"> <div class="btn-group mgn-btm-10px">
<?php <?php
if (account_has_permission($_SESSION['username'], "QWIKCLOCK_MANAGE")) { if (account_has_permission($_SESSION['username'], "QWIKCLOCK_MANAGE")) {