mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Add button to permit user to refresh his access rights
This commit is contained in:
parent
042fb21901
commit
c7cd3e9e8f
2 changed files with 6 additions and 1 deletions
|
@ -158,6 +158,9 @@ $GLOBALS['LSlang'] = array (
|
|||
"Posix" =>
|
||||
"Posix",
|
||||
|
||||
"Refresh my access rights" =>
|
||||
"Rafraîchir mes droits d'accès",
|
||||
|
||||
"Result" =>
|
||||
"Résultat",
|
||||
|
||||
|
|
|
@ -49,7 +49,9 @@
|
|||
</select>
|
||||
<input type='submit' value='->'/>
|
||||
</form>
|
||||
{if $displaySelfAccess}{$connected_as} <span id='user_name'>{$LSsession_username}</span>{/if}{if $displayLogoutBtn} <a href='index.php?LSsession_logout'><img src='{img name='logout'}' alt='Logout' title='Logout' /></a>{/if}
|
||||
{if $displaySelfAccess}{$connected_as} <span id='user_name'>{$LSsession_username}</span>{/if}
|
||||
<a href='index.php?LSsession_refresh=1'><img src='{img name='refresh'}' alt="{tr msg="Refresh my access rights"}" title="{tr msg="Refresh my access rights"}" /></a>
|
||||
{if $displayLogoutBtn} <a href='index.php?LSsession_logout'><img src='{img name='logout'}' alt='Logout' title='Logout' /></a>{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue