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