mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
- LSsession : Traduction du "Connecté en tant que"
This commit is contained in:
parent
ec7d134158
commit
5af7e8af76
2 changed files with 4 additions and 1 deletions
|
@ -1073,6 +1073,9 @@ class LSsession {
|
|||
}
|
||||
if (!self :: $template)
|
||||
self :: setTemplate('empty.tpl');
|
||||
|
||||
$GLOBALS['Smarty'] -> assign('connected_as',_("Connected as"));
|
||||
|
||||
$GLOBALS['Smarty'] -> display(self :: $template);
|
||||
}
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</ul>
|
||||
</td>
|
||||
<td id='status'>
|
||||
Connecté en tant que <span id='user_name'>{$LSsession_username}</span> <a href='index.php?LSsession_logout'><img src='{$LS_IMAGES_DIR}/logout.png' alt='Logout' title='Logout' /></a>
|
||||
{$connected_as} <span id='user_name'>{$LSsession_username}</span> <a href='index.php?LSsession_logout'><img src='{$LS_IMAGES_DIR}/logout.png' alt='Logout' title='Logout' /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue