- LSsession : Traduction du "Connecté en tant que"

This commit is contained in:
Benjamin Renard 2009-02-17 13:55:07 +00:00
parent ec7d134158
commit 5af7e8af76
2 changed files with 4 additions and 1 deletions

View file

@ -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);
}

View file

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