<@row> <@columns> <@box> <@boxHeader title='#i18n{blog.create_tag.title}' /> <@boxBody> <@tform name='create_tag' action='jsp/admin/plugins/blog/ManageTags.jsp'> <@messages errors=errors /> <@formGroup labelFor='name' labelKey='#i18n{blog.create_tag.labelTagName}' helpKey='#i18n{blog.create_tag.labelTagName.help}' mandatory=true> <@input type='text' name='name' value='' /> <@formGroup> <@button type='submit' name='action_createTag' buttonIcon='check' title='#i18n{portal.admin.message.buttonValidate}' /> <@button type='submit' name='view_manageTags' buttonIcon='times' title='#i18n{portal.admin.message.buttonCancel}' color='btn-secondary' cancel=true />