<@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{form.createForm.title}' /> <@boxBody> <@tform action='jsp/admin/plugins/form/DoCreateForm.jsp?plugin_name=form' method='post'> <@formGroup labelFor='title' labelKey='#i18n{form.createForm.labelTitle}' helpKey='#i18n{form.createForm.labelTitleComment}' mandatory=true> <@input type='text' name='title' value='' maxlength=255 /> <@formGroup labelFor='description' labelKey='#i18n{form.createForm.labelDescription}' helpKey='#i18n{form.createForm.labelDescriptionComment}' mandatory=true> <@input type='textarea' name='description'> <@formGroup labelFor='category' labelKey='#i18n{form.createForm.labelCategoryTitle}' helpKey='#i18n{form.createForm.labelCategoryComment}'> <@select name='id_category' items=category_list default_value='-2' /> <@actionButtons button1Name='save' i18nValue1Key='form.createForm.buttonSave' i18nValue2Key='form.createForm.buttonCancel' url2='jsp/admin/plugins/form/ManageForm.jsp' />