11 lines
145 B
Smarty
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}
|