diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-24 17:14:30 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-24 22:59:18 (GMT) |
commit | 0cabcadb25720f28708cd2cd7c566a64a61c6837 (patch) | |
tree | 0937a9f8a91b09459a897337d89d7f36347b7719 /www/weeks.html | |
parent | 1a35f4fd6fd0f1face9702507021b03a6df6a839 (diff) |
mark today vs. this week
Diffstat (limited to 'www/weeks.html')
-rw-r--r-- | www/weeks.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/weeks.html b/www/weeks.html index 53e2dbf..4cba4d2 100644 --- a/www/weeks.html +++ b/www/weeks.html @@ -29,10 +29,10 @@ <div id="buttons"> <div> - <input id="btn-today" type="button" value="Heute"></input> + <input id="btn-today" type="button" value="Heute"> </div> - <input id="btn-earlier" type="button" value="Früher"></input> - <input id="btn-later" type="button" value="Später"></input> + <input id="btn-earlier" type="button" value="Früher"> + <input id="btn-later" type="button" value="Später"> </div> </div> @@ -41,7 +41,6 @@ <tr> <th></th> <th></th> - <th></th> <th>Mo</th> <th>Di</th> <th>Mi</th> |