diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-22 16:35:00 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-22 16:37:07 (GMT) |
commit | 1c2f67f93e01a4b0f9f2bb690c77821fb6dd9326 (patch) | |
tree | 03cdabc7975469857713838fd6bbbeea8f6db185 /www/weeks.html | |
parent | fa44b1f132b05bcc22e7f1a2ba29d0ef36885c58 (diff) |
fix date/time offset, add button for 'today'
Diffstat (limited to 'www/weeks.html')
-rw-r--r-- | www/weeks.html | 4 |
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> |