10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
|
|
<fieldset>
|
||
|
|
<legend>{$title}</legend>
|
||
|
|
<p class="descriptiveText">
|
||
|
|
{$description}
|
||
|
|
</p>
|
||
|
|
|
||
|
|
{foreach item=oField from=$fields}
|
||
|
|
{$oField->render()}
|
||
|
|
{/foreach}
|
||
|
|
</fieldset>
|