diff options
author | Felix Favre <gnomus@gnomus.de> | 2014-12-06 19:49:16 +0100 |
---|---|---|
committer | Felix Favre <gnomus@gnomus.de> | 2014-12-06 19:49:16 +0100 |
commit | 703de07a6341271802ca611d45c27914fb44cb72 (patch) | |
tree | d59ddf5777256fd739705fe5147155028b960a46 /includes | |
parent | 2f445eb90c6267a9f1055d1536838d9b3fe12f3b (diff) |
remove striped table from shift view
Diffstat (limited to 'includes')
-rw-r--r-- | includes/pages/user_shifts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index 5ffa4d9e..4d4ab875 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -453,7 +453,7 @@ function view_user_shifts() { $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) { $rid = $room["id"]; if (array_sum($block[$rid]) == 0) { |