Updated translations, more information in dashboard (part 2/2), bugfixes once again

This commit is contained in:
BNoiZe
2013-10-27 18:48:46 +01:00
parent 5d4448b659
commit 59c0207301
5 changed files with 43 additions and 38 deletions

View File

@@ -181,13 +181,17 @@ $header
<th colspan="2">{$lng['index']['accountdetails']}</th>
</tr>
<tr>
<td>{$lng['login']['username']}</td>
<td>{$lng['login']['username']}:</td>
<td>{$userinfo['loginname']}</td>
</tr>
<tr>
<td>{$lng['customer']['domains']}</td>
<td>{$lng['customer']['domains']}:</td>
<td>$domains</td>
</tr>
<tr>
<td>{$lng['customer']['services']}:</td>
<td>$services_enabled</td>
</tr>
<tr>
<th colspan="2">{$lng['index']['customerdetails']}</th>
</tr>