diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-13 09:05:00 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-13 21:39:12 +0200 |
commit | 4da6b3a3916ce4d986275a1f7f90e7fb0984b822 (patch) | |
tree | 8f5418c02d7c2d1cb0c840ff5afa96b0125bebae /apps/calendar/templates | |
parent | b5889d6ffe2a91ccb223a84a220cb1580bc42929 (diff) | |
download | nextcloud-server-4da6b3a3916ce4d986275a1f7f90e7fb0984b822.tar.gz nextcloud-server-4da6b3a3916ce4d986275a1f7f90e7fb0984b822.zip |
Calendar: Make button of #datecontrol_date
Diffstat (limited to 'apps/calendar/templates')
-rw-r--r-- | apps/calendar/templates/calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/calendar.php b/apps/calendar/templates/calendar.php index b0cb20f2f15..2246a0178e3 100644 --- a/apps/calendar/templates/calendar.php +++ b/apps/calendar/templates/calendar.php @@ -46,7 +46,7 @@ </form> <form id="datecontrol"> <input type="button" value=" < " id="datecontrol_left"/> - <span class="button" id="datecontrol_date"></span> + <input type="button" value="" id="datecontrol_date"/> <input type="button" value=" > " id="datecontrol_right"/> </form> </div> |