Manage conditional fieldset
Master field
{if !$oMasterField}
No master field is set, please select the master field:
{else}
Changing the master field set will remove all existing field
ordering!
Field ordering
{if $aFieldOrders}
Existing ordering
{foreach from=$aFieldOrders item=aRow}
{php}
$this->assign("oParentField", DocumentField::get($this->_tpl_vars['aRow']['parent_field_id']));
$this->assign("oChildField", DocumentField::get($this->_tpl_vars['aRow']['child_field_id']));
{/php}
-
Field {$oParentField->getName()|escape}
affects the values available in
field {$oChildField->getName()|escape}
{/foreach}
{/if}
{ if $free_fields }
Order fields
{/if}
{/if}