mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
another ui fix
This commit is contained in:
parent
4ff11308a3
commit
92a11011b1
1 changed files with 4 additions and 9 deletions
|
|
@ -30,15 +30,10 @@
|
|||
</td>
|
||||
<th width="75px"> <?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"> </th>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue