Add button to permit user to refresh his access rights

This commit is contained in:
Benjamin Renard 2017-03-23 14:39:15 +01:00
parent 042fb21901
commit c7cd3e9e8f
2 changed files with 6 additions and 1 deletions

View file

@ -158,6 +158,9 @@ $GLOBALS['LSlang'] = array (
"Posix" =>
"Posix",
"Refresh my access rights" =>
"Rafraîchir mes droits d'accès",
"Result" =>
"Résultat",

View file

@ -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>