You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
518 B

<div class="panel-heading">Add a category</div>
<div class="panel-body">
<form class="form-horizontal" id="categories-##id##" name="calendar-entry" action="javascript:addCategory( ##id## )">
<dl id="calendar-entry-dl">
<!-- title -->
<dt><label for="title-##id##">Category:</label></dt>
<dd>
<select name="category" id="category-##id##"></select>
</dd>
</dl>
<div>
<input type="submit" value="add" />
</div>
</form>
</div>
<!-- vim: set ft=html shiftwidth=4 noexpandtab eol ff=unix : -->