mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSaccessRightsMatrixView : improve tables readability
This commit is contained in:
parent
e5ad1dfd44
commit
defc395022
1 changed files with 4 additions and 4 deletions
|
@ -21,8 +21,8 @@
|
|||
{foreach $LSobjects[$LSobject]['attrs'] as $name => $conf}
|
||||
<tr>
|
||||
<th>{$conf.label} <img class='LStips' src="{img name='help'}" alt='?' title='{$name|escape:'htmlall'}'/></th>
|
||||
{foreach $LSprofiles as $profil => $profil_conf}
|
||||
<td>
|
||||
{foreach $LSprofiles as $profil => $profil_label}
|
||||
<td class='LStips' title="{if $profil != $profil_label}{$profil_label} ({$profil}){else}{$profil}{/if}">
|
||||
{if $conf.rights[$profil] == 'r'}
|
||||
<span class='LSaccessRightsMatrixView_readable'>{tr msg="Readable"}</span>
|
||||
{elseif $conf.rights[$profil] == 'w'}
|
||||
|
@ -48,8 +48,8 @@
|
|||
{foreach $LSobjects[$LSobject]['relations'] as $name => $conf}
|
||||
<tr>
|
||||
<th>{$conf.label} <img class='LStips' src="{img name='help'}" alt='?' title='{$name|escape:'htmlall'}'/></th>
|
||||
{foreach $LSprofiles as $profil => $profil_conf}
|
||||
<td>
|
||||
{foreach $LSprofiles as $profil => $profil_label}
|
||||
<td class='LStips' title="{if $profil != $profil_label}{$profil_label} ({$profil}){else}{$profil}{/if}">
|
||||
{if $conf.rights[$profil] == 'r'}
|
||||
<span class='LSaccessRightsMatrixView_readable'>{tr msg="Readable"}</span>
|
||||
{elseif $conf.rights[$profil] == 'w'}
|
||||
|
|
Loading…
Reference in a new issue