another ui fix

remotes/origin/stable45
Georg Ehrke 13 years ago
parent b1139e977a
commit 2e44ffaf02
  1. 13
      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>

Loading…
Cancel
Save