Skip to content
Snippets Groups Projects
Commit 0c07312a authored by Georg Ehrke's avatar Georg Ehrke
Browse files

add some categories in calendar

parent 6fa9be73
Branches
No related tags found
No related merge requests found
<div id="newevent" title="<?php echo $l -> t("Create a new event");?>"> <div id="newevent" title="<?php echo $l -> t("Create a new event");?>">
<form id="newevent_form"> <form id="newevent_form">
<table id="newevent_table" width="100%"> <table id="newevent_table" width="100%">
...@@ -19,9 +20,23 @@ ...@@ -19,9 +20,23 @@
<td width="75px"><?php echo $l -> t("Category");?>:</td> <td width="75px"><?php echo $l -> t("Category");?>:</td>
<td> <td>
<select class="formselect" id="formcategorie_select" style="width:140px;" id="newevent_cat"> <select class="formselect" id="formcategorie_select" style="width:140px;" id="newevent_cat">
<option>Coming soon</option> <option>none</option>
<option>Work</option> <option>Birthday</option>
<option>Business</option>
<option>Call</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> </select></td>
<td width="75px">&nbsp;&nbsp;&nbsp;<?php echo $l -> t("Calendar");?>:</td> <td width="75px">&nbsp;&nbsp;&nbsp;<?php echo $l -> t("Calendar");?>:</td>
<td> <td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment