Manage conditional fieldset
{if $sIncomplete || !$oFieldset->getIsComplete()}
This conditional fieldset is marked such that it
cannot be used. This happens when the fieldset has been edited and has
not been set to complete. Setting the fieldset to complete will do a
check to see if the fieldset is usable by the user.
{if $sIncomplete}
This error prevents this fieldset from being set
to complete: {$sIncomplete|escape}
{else}
Try to set to complete:
{/if}
{/if}
Conditional type
{if $oFieldset->getIsComplex()}
Complex: getId()}">Manage
complex conditional
{else}
Simple: getId()}">Manage simple conditional
{/if}
Changing the conditional type set will remove all existing field
ordering!
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}