From 0c07312ad88be9074fe2154c9180a028fbad16e0 Mon Sep 17 00:00:00 2001 From: Georg Ehrke <georg.stefan.germany@googlemail.com> Date: Thu, 1 Sep 2011 18:35:32 +0200 Subject: [PATCH] add some categories in calendar --- apps/calendar/templates/part.newevent.php | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/apps/calendar/templates/part.newevent.php b/apps/calendar/templates/part.newevent.php index 255b0af29a5..692be344dec 100755 --- a/apps/calendar/templates/part.newevent.php +++ b/apps/calendar/templates/part.newevent.php @@ -1,3 +1,4 @@ + <div id="newevent" title="<?php echo $l -> t("Create a new event");?>"> <form id="newevent_form"> <table id="newevent_table" width="100%"> @@ -19,9 +20,23 @@ <td width="75px"><?php echo $l -> t("Category");?>:</td> <td> <select class="formselect" id="formcategorie_select" style="width:140px;" id="newevent_cat"> - <option>Coming soon</option> - <option>Work</option> + <option>none</option> + <option>Birthday</option> + <option>Business</option> <option>Call</option> + <option>Clients</option> + <option>Customer</option> + <option>Deliverer</option> + <option>Holidays</option> + <option>Ideas</option> + <option>Journey</option> + <option>Jubilee</option> + <option>Meeting</option> + <option>Other</option> + <option>Personal</option> + <option>Projects</option> + <option>Questions</option> + <option>Work</option> </select></td> <td width="75px"> <?php echo $l -> t("Calendar");?>:</td> <td> -- GitLab