{foreach from=$form->fields item=field}
{if ($field->type==='title')}
{elseif ($field->type==='subtitle')}
{elseif ($field->type==='button') || ($field->type==='submit') || ($field->type==='reset')}
{elseif ($field->type==='grid')}
{elseif ($field->type==='checkbox') && ($field->labelOnRight)}
{elseif ($field->type==='phpvariable')}
{elseif ($field->type==='private')}
{elseif ($field->type==='javascript')}
{elseif ($field->type==='pmconnection')}
{elseif ($field->type==='hidden')}
{elseif ($field->type==='')}
{elseif ($field->withoutLabel)}
{elseif (isset($field->withoutValue) && $field->withoutValue)}
{else}
{/if}
{/foreach}
{$field->field} |
{$field->field}
{if (isset($field->showHide) && $field->showHide)}
Hide
{/if}
|
{$field->field} |
{$field->field} |
|
{$field->field} |
{$field->field} |
{$field->field} |
{$field->label} |
{if (isset($field->required)&&$field->required&&$field->mode==='edit')}* {/if}{$field->label} |
width y=$form->labelWidth}" *}>{$field->field} |
|
{if $hasRequiredFields}
* {php}echo (G::LoadTranslation('ID_REQUIRED_FIELD'));{/php}
{/if}