Fixed misspelling

This commit is contained in:
paul 2007-02-10 17:41:02 +00:00
parent 56fd2892e7
commit 867d3d0eb4
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{include file="smarty-dynamic-`$element.style`.tpl}
{/if}
{*
NOTE: Another way ist to have smarty template code in
NOTE: Another way is to have smarty template code in
$element.style. In this case you can do:
{if $element.style}
@ -26,7 +26,7 @@
{if $element.required}<font color="red">*</font>{/if}
</label>
{/if}
{if $element.error}<font color="red">{$element.error}</font><br />{/if}
{if $element.type eq "group"}