mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +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)
|
if (!self :: $template)
|
||||||
self :: setTemplate('empty.tpl');
|
self :: setTemplate('empty.tpl');
|
||||||
|
|
||||||
|
$GLOBALS['Smarty'] -> assign('connected_as',_("Connected as"));
|
||||||
|
|
||||||
$GLOBALS['Smarty'] -> display(self :: $template);
|
$GLOBALS['Smarty'] -> display(self :: $template);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td id='status'>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue