{tr msg="Relations / Profiles"} | + {foreach $LSprofiles as $name => $label} +{$label} {if $name != $label}{/if} | + {/foreach} + + + {foreach $LSobjects[$LSobject]['relations'] as $name => $conf} +
---|---|
{$conf.label} | + {foreach $LSprofiles as $profil => $profil_conf} ++ {if $conf.rights[$profil] == 'r'} + {tr msg="Readable"} + {elseif $conf.rights[$profil] == 'w'} + {tr msg="Readable / Writable"} + {/if} + | + {/foreach} +
{tr msg="This object type has no configured relation."} +{/if} {include file='ls:bottom.tpl'}