another ui fix

This commit is contained in:
Georg Ehrke 2012-06-13 22:14:40 +02:00
parent 4ff11308a3
commit 92a11011b1
1 changed files with 4 additions and 9 deletions

View File

@ -30,15 +30,10 @@
</td> </td>
<th width="75px">&nbsp;&nbsp;&nbsp;<?php echo $l->t("Calendar");?>:</th> <th width="75px">&nbsp;&nbsp;&nbsp;<?php echo $l->t("Calendar");?>:</th>
<td> <td>
<select name="calendar" disabled="disabled"> <?php
<option> $calendar = OC_Calendar_App::getCalendar($_['calendar'], false, false);
<?php echo $calendar['displayname'] . ' ' . $l->t('of') . ' ' . $calendar['userid'];
$calendar = OC_Calendar_App::getCalendar($_['calendar'], false, false); ?>
echo $calendar['displayname'] . ' ' . $l->t('of') . ' ' . $calendar['userid'];
?>
</option>
</select>
</td> </td>
<th width="75px">&nbsp;</th> <th width="75px">&nbsp;</th>
<td> <td>