diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-09-01 18:35:32 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-09-01 18:35:32 +0200 |
commit | 0c07312ad88be9074fe2154c9180a028fbad16e0 (patch) | |
tree | a0d14404dee4fdfd78ed7ed41473bbbb6d1ea64a | |
parent | 6fa9be73f851b458fa5be36dd280fbe4462ba67c (diff) | |
download | nextcloud-server-0c07312ad88be9074fe2154c9180a028fbad16e0.tar.gz nextcloud-server-0c07312ad88be9074fe2154c9180a028fbad16e0.zip |
add some categories in calendar
-rwxr-xr-x | apps/calendar/templates/part.newevent.php | 19 |
1 files 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> |