{* Smarty template *}
{assign var="fieldCycleName" value="categories"}
{include file="form_errors.tpl"}
<form {$form.attributes}>
<table cellpadding="0" cellspacing="0" border="0" class="modificationTable">
<tr>
<th>
{$form.title.label}
</th>
<td>
{$form.title.html}
</td>
</tr>
</table>
<div class="bottomMargin">
<h2>{$form.description.label}</h2>
{$form.description.html}
</div>
{$form.submit.html}
{$form.cancel.html}
</form>
{include file="bottom_buttons.tpl"}
{include file="bottom_links.tpl"}