]> source.dussan.org Git - nextcloud-server.git/commitdiff
commented out colorfield in edit calendar dialog, because colors aren't implemented...
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>
Wed, 28 Sep 2011 16:43:59 +0000 (18:43 +0200)
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>
Wed, 28 Sep 2011 16:43:59 +0000 (18:43 +0200)
apps/calendar/templates/part.editcalendar.php

index b5c786f63c113d909c39250ab8aa223b28da7c09..fe9b1f1e97cad6104f15ea5d0309036e3df679bf 100644 (file)
        <td>
                <textarea id="description_<?php echo $_['calendar']['id'] ?>"><?php echo $_['calendar']['description'] ?></textarea>
        </td>
-</tr>
+</tr><!--
 <tr>
        <th><?php echo $l->t('Calendar color') ?></th>
        <td>
                <input id="calendarcolor_<?php echo $_['calendar']['id'] ?>" type="text" value="<?php echo $_['calendar']['calendarcolor'] ?>">
        </td>
-</tr>
+</tr>-->
 </table>
 <input style="float: left;" type="button" onclick="Calendar.UI.Calendar.submit(this, <?php echo $_['new'] ? "'new'" : $_['calendar']['id'] ?>);" value="<?php echo $_['new'] ? $l->t("Save") : $l->t("Submit"); ?>">
 <input style="float: left;" type="button" onclick="Calendar.UI.Calendar.cancel(this, <?php echo $_['new'] ? "'new'" : $_['calendar']['id'] ?>);" value="<?php echo $l->t("Cancel"); ?>">