remove striped table from shift view

This commit is contained in:
Felix Favre 2014-12-06 19:49:16 +01:00
parent 2f445eb90c
commit 703de07a63
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ function view_user_shifts() {
$shifts[$k]['own'] = in_array($shift['SID'], array_keys($ownshifts)); $shifts[$k]['own'] = in_array($shift['SID'], array_keys($ownshifts));
} }
$shifts_table = '<table id="shifts" class="table table-striped scrollable"><thead><tr><th>-</th>'; $shifts_table = '<table id="shifts" class="table scrollable"><thead><tr><th>-</th>';
foreach ($myrooms as $key => $room) { foreach ($myrooms as $key => $room) {
$rid = $room["id"]; $rid = $room["id"];
if (array_sum($block[$rid]) == 0) { if (array_sum($block[$rid]) == 0) {