libretime/htmlUI/templates/sub/form_required.tpl
paul.baranowski c4b96da797 CC-1695 Remove Campcaster Studio and make install easier
Changing htmlUI dir structure to be better.
2010-09-30 15:56:56 -04:00

11 lines
145 B
Smarty

{if $error}
<font color="red">{$label|upper}</font>
{else}
{$label}
{/if}
{if $required}
<font color="red" size="1">*</font>
{/if}