diff options
Diffstat (limited to 'apps/calendar/templates/part.editcalendar.php')
-rw-r--r-- | apps/calendar/templates/part.editcalendar.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/calendar/templates/part.editcalendar.php b/apps/calendar/templates/part.editcalendar.php index c2c22913bee..b4ff573ec81 100644 --- a/apps/calendar/templates/part.editcalendar.php +++ b/apps/calendar/templates/part.editcalendar.php @@ -26,12 +26,6 @@ </tr> <?php endif; ?> <tr> - <th><?php echo $l->t('Description') ?></th> - <td> - <textarea id="description_<?php echo $_['calendar']['id'] ?>"><?php echo $_['calendar']['description'] ?></textarea> - </td> -</tr> -<tr> <th><?php echo $l->t('Calendar color') ?></th> <td> <select id="calendarcolor_<?php echo $_['calendar']['id'] ?>" class="colorpicker"> |