{i18n}This is a conditional fieldset. That means that the values selected in one field affect the possible values in the other fields. Only lookup fields can be added to this fieldset.{/i18n}

{i18n}Add New Field{/i18n} {i18n}Add New Field{/i18n}

{i18n}View Overview{/i18n} {i18n}View Overview{/i18n}

{i18n}Conditional Fieldset Management{/i18n} {if ($context->oMasterfield && empty($context->aFreeFields))}

{i18n}Manage Conditional Behaviours{/i18n} {i18n}Manage Conditional Behaviours{/i18n}

{/if}

{i18n}Manage Field Ordering{/i18n} {i18n}Manage Field Ordering{/i18n}

{i18n}Rename Behaviours{/i18n} {i18n}Rename Behaviours{/i18n}

{if $oFieldset->getIsComplex()}

{i18n}The fieldset is currently designated as Complex.{/i18n} {i18n}Changing the conditional type set will remove all existing field ordering!{/i18n}

{i18n}Change to simple{/i18n} {i18n}Change to simple{/i18n}

{else}

{i18n}The fieldset is currently designated as Simple.{/i18n}

{i18n}Change to complex{/i18n} {i18n}Change to complex{/i18n}

{/if}

{if (!empty($fields))} {foreach from=$fields item=oField} {/foreach}
{i18n}Field Name{/i18n} {i18n}Edit{/i18n} {i18n}Delete{/i18n} {i18n}Type Description{/i18n}
{$oField->getName()} {i18n}edit{/i18n} {i18n}delete{/i18n} {$oField->getTypeDescription()}
{/if}