summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-06-13 22:14:40 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-06-13 22:14:40 +0200
commit2e44ffaf021aed95a649a16cae2585b75a45655d (patch)
treeee46ecb3847c5d2ddcd69f04d32473e302da5b8e
parentb1139e977a2ac6fbbf55ed78e674a60c66588b66 (diff)
downloadnextcloud-server-2e44ffaf021aed95a649a16cae2585b75a45655d.tar.gz
nextcloud-server-2e44ffaf021aed95a649a16cae2585b75a45655d.zip
another ui fix
-rw-r--r--apps/calendar/templates/part.showevent.php13
1 files changed, 4 insertions, 9 deletions
diff --git a/apps/calendar/templates/part.showevent.php b/apps/calendar/templates/part.showevent.php
index 3acba45723f..43092e31954 100644
--- a/apps/calendar/templates/part.showevent.php
+++ b/apps/calendar/templates/part.showevent.php
@@ -30,15 +30,10 @@
</td>
<th width="75px">&nbsp;&nbsp;&nbsp;<?php echo $l->t("Calendar");?>:</th>
<td>
- <select name="calendar" disabled="disabled">
- <option>
- <?php
- $calendar = OC_Calendar_App::getCalendar($_['calendar'], false, false);
- echo $calendar['displayname'] . ' ' . $l->t('of') . ' ' . $calendar['userid'];
- ?>
- </option>
-
- </select>
+ <?php
+ $calendar = OC_Calendar_App::getCalendar($_['calendar'], false, false);
+ echo $calendar['displayname'] . ' ' . $l->t('of') . ' ' . $calendar['userid'];
+ ?>
</td>
<th width="75px">&nbsp;</th>
<td>