diff options
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> |