aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar/templates
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-06-13 09:05:00 +0200
committerBart Visscher <bartv@thisnet.nl>2012-06-13 21:39:12 +0200
commit4da6b3a3916ce4d986275a1f7f90e7fb0984b822 (patch)
tree8f5418c02d7c2d1cb0c840ff5afa96b0125bebae /apps/calendar/templates
parentb5889d6ffe2a91ccb223a84a220cb1580bc42929 (diff)
downloadnextcloud-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.php2
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="&nbsp;&lt;&nbsp;" id="datecontrol_left"/>
- <span class="button" id="datecontrol_date"></span>
+ <input type="button" value="" id="datecontrol_date"/>
<input type="button" value="&nbsp;&gt;&nbsp;" id="datecontrol_right"/>
</form>
</div>