{tr msg="Attributes / Profiles"} | + {foreach $LSprofiles as $name => $conf} +{$name} | + {/foreach} + + + {foreach $LSobjects[$LSobject]['attrs'] 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} +