{if $smarty.post.cat == "new"}
{if $result == -1}
An error occurred while trying to add the new category.
{elseif $result == -2}
Please enter the title for this new category.
{elseif $result == 1}
Thank you, the category was added successfully.
{/if}
{elseif $smarty.post.cat == "update"}
{if $result == -1}
An error occurred while trying to update the category information.
{elseif $result == -2}
Please enter the title for this category.
{elseif $result == 1}
Thank you, the category was updated successfully.
{/if}
{/if}