aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar/templates
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-01-17 19:09:11 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-01-17 19:09:11 +0100
commit1f952318019baca4a8c628b2baeb23b82cc85c99 (patch)
tree88773f47358dbedf10fc08a55ceba71d42acf72f /apps/calendar/templates
parent6e86b3458694f22748de977c702e3c7fe3435e30 (diff)
downloadnextcloud-server-1f952318019baca4a8c628b2baeb23b82cc85c99.tar.gz
nextcloud-server-1f952318019baca4a8c628b2baeb23b82cc85c99.zip
use button for new calendar
Diffstat (limited to 'apps/calendar/templates')
-rw-r--r--apps/calendar/templates/part.choosecalendar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/part.choosecalendar.php b/apps/calendar/templates/part.choosecalendar.php
index 65eb39cbfdf..86f09d62076 100644
--- a/apps/calendar/templates/part.choosecalendar.php
+++ b/apps/calendar/templates/part.choosecalendar.php
@@ -12,7 +12,7 @@ for($i = 0; $i < count($option_calendars); $i++){
?>
<tr>
<td colspan="6">
- <a href="#" onclick="Calendar.UI.Calendar.newCalendar(this);"><?php echo $l->t('New Calendar') ?></a>
+ <a href="#" onclick="Calendar.UI.Calendar.newCalendar(this);"><input type="button" value="<?php echo $l->t('New Calendar') ?>"></a>
</td>
</tr>
<tr>