diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-05-11 15:14:39 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-05-11 15:14:39 (GMT) |
commit | 71ff52ffa1684bb1f09eff8036eccbd8b3b8e38a (patch) | |
tree | 9eec01c9b8b3a53eacd9ce9fefe5264af346197e /www/schedules.html | |
parent | f98ff4ff081c97daab98d4e6f850bc3e50e69fa1 (diff) |
add today button for schedules
Diffstat (limited to 'www/schedules.html')
-rw-r--r-- | www/schedules.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/schedules.html b/www/schedules.html index 0708c29..8e47b66 100644 --- a/www/schedules.html +++ b/www/schedules.html @@ -19,6 +19,7 @@ <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-today"><span class="glyphicon glyphicon-record"></span></button> <button type="button" class="btn btn-default" id="btn-later"><span class="glyphicon glyphicon-plus"></span></button> </div> </div> |