show std-subdomain (if any) to customer on the dashboard, fixes #1297

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-28 13:07:53 +01:00
parent 4426ab52d3
commit 6f61c7b5e7
3 changed files with 27 additions and 2 deletions

View File

@@ -21,6 +21,12 @@ $header
<td>{$lng['customer']['domains']}:</td>
<td>$domains</td>
</tr>
<if $stdsubdomain != ''>
<tr>
<td>{$lng['admin']['stdsubdomain']}:</td>
<td>$stdsubdomain</td>
</tr>
</if>
<tr>
<td>{$lng['customer']['subdomains']} ({$lng['customer']['usedmax']}):</td>
<td>{$userinfo['subdomains_used']}/{$userinfo['subdomains']}</td>

View File

@@ -188,6 +188,12 @@ $header
<td>{$lng['customer']['domains']}:</td>
<td>$domains</td>
</tr>
<if $stdsubdomain != ''>
<tr>
<td>{$lng['admin']['stdsubdomain']}:</td>
<td>$stdsubdomain</td>
</tr>
</if>
<tr>
<td>{$lng['customer']['services']}:</td>
<td>$services_enabled</td>