summaryrefslogtreecommitdiff
path: root/www/todo.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-14 04:31:59 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-14 04:31:59 (GMT)
commit0cc67d030dd5fc8b5a853dfd4d8d8ea6a7c85806 (patch)
tree9fb1a518a070874cbaea75ecf1cfabdb9e213e5b /www/todo.html
parentdeaa31e2269b4f13ddf777a4c05a57dc26d7bba1 (diff)
added date controller
Diffstat (limited to 'www/todo.html')
-rw-r--r--www/todo.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/todo.html b/www/todo.html
index 0b7cdf5..0f582c1 100644
--- a/www/todo.html
+++ b/www/todo.html
@@ -16,11 +16,15 @@
<body>
<div id="container">
<div id="header">
+ <div id="control">
+ <div class="btn-group" role="group">
+ <button type="button" class="btn btn-default" id="btn-earlier"><span class="glyphicon glyphicon-minus"></span></button>
+ <button type="button" class="btn btn-default" id="btn-later"><span class="glyphicon glyphicon-plus"></span></button>
+ </div>
+ </div>
<div>
- <span class="date">--.--.----</span>
<span class="week"></span>
- </div>
- <div id="control">
+ <span class="date">--.--.----</span>
</div>
</div>