| Recommend this page to a friend! |
| Classes of invitro | > | Navelo CMS | > | tmpl/admin.form.error.tpl | > | Download | ||
|
|||||||||||||||||||||
{if $error_form ne ""}
<table align="center">
<tr><td>{$error_form}</td></tr>
{if count($verify) gt 0}
<tr><td>Please verify also the remaining fields marked with {$mark}</td></tr>
{/if}
</table>
{/if}
|