mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +01:00
LSaccessRightsMatrixView : add some LStips
This commit is contained in:
parent
4b1c6a2acf
commit
90399ecdfb
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@
|
||||||
<thead>
|
<thead>
|
||||||
<th>{tr msg="Attributes / Profiles"}</th>
|
<th>{tr msg="Attributes / Profiles"}</th>
|
||||||
{foreach $LSprofiles as $name => $label}
|
{foreach $LSprofiles as $name => $label}
|
||||||
<th>{$label}</th>
|
<th>{$label} {if $name != $label}<img class='LStips' src="{img name='help'}" alt='?' title='{$name|escape:'htmlall'}'/>{/if}</th>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{foreach $LSobjects[$LSobject]['attrs'] as $name => $conf}
|
{foreach $LSobjects[$LSobject]['attrs'] as $name => $conf}
|
||||||
<tr>
|
<tr>
|
||||||
<th>{$conf.label}</th>
|
<th>{$conf.label} <img class='LStips' src="{img name='help'}" alt='?' title='{$name|escape:'htmlall'}'/></th>
|
||||||
{foreach $LSprofiles as $profil => $profil_conf}
|
{foreach $LSprofiles as $profil => $profil_conf}
|
||||||
<td>
|
<td>
|
||||||
{if $conf.rights[$profil] == 'r'}
|
{if $conf.rights[$profil] == 'r'}
|
||||||
|
|
Loading…
Reference in a new issue