summaryrefslogtreecommitdiff
path: root/www/weeks.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-06-22 16:35:00 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-06-22 16:37:07 (GMT)
commit1c2f67f93e01a4b0f9f2bb690c77821fb6dd9326 (patch)
tree03cdabc7975469857713838fd6bbbeea8f6db185 /www/weeks.html
parentfa44b1f132b05bcc22e7f1a2ba29d0ef36885c58 (diff)
fix date/time offset, add button for 'today'
Diffstat (limited to 'www/weeks.html')
-rw-r--r--www/weeks.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/weeks.html b/www/weeks.html
index 42c8e29..832e032 100644
--- a/www/weeks.html
+++ b/www/weeks.html
@@ -28,6 +28,9 @@
</div>
<div id="buttons">
+ <div>
+ <input id="btn-today" type="button" value="Heute"></input>
+ </div>
<input id="btn-earlier" type="button" value="Früher"></input>
<input id="btn-later" type="button" value="Später"></input>
</div>
@@ -38,6 +41,7 @@
<tr>
<th></th>
<th></th>
+ <th></th>
<th>Mo</th>
<th>Di</th>
<th>Mi</th>