Fix year and responsible icon order
This commit is contained in:
@@ -49,7 +49,7 @@ $avg = $totalShifted / count($all_names);
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="nl">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
|
||||||
@@ -88,7 +88,7 @@ $avg = $totalShifted / count($all_names);
|
|||||||
|
|
||||||
foreach($responsibles as $resp) {
|
foreach($responsibles as $resp) {
|
||||||
if (!key_exists($resp, $all_names)) {
|
if (!key_exists($resp, $all_names)) {
|
||||||
echo "<tr><td data-order='$resp'>$resp_icon $resp</td><td data-order='0'>0h 0min</td></tr>";
|
echo "<tr><td data-order='$resp'>$resp $resp_icon</td><td data-order='0'>0h 0min</td></tr>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
@@ -101,7 +101,7 @@ $avg = $totalShifted / count($all_names);
|
|||||||
|
|
||||||
<footer class="mt-5">
|
<footer class="mt-5">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<span class="text-muted">© 2017-2018 Arthur Bols <a href="https://git.principis.be/Principis/shiftcounter">source</span>
|
<span class="text-muted">© 2018 Arthur Bols <a href="https://git.principis.be/Principis/shiftcounter">source</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user