D'oh, forgot to redo the customer dashboard

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-02-08 17:47:43 +01:00
parent dff26e68b9
commit b5a3567238

View File

@@ -5,7 +5,8 @@ $header
{$lng['panel']['dashboard']}
</h2>
<section class="dboardcanvas" id="statsbox">
<div class="grid-g">
<div class="grid-u-1-2" id="statsbox">
<if $userinfo['subdomains'] != '0'>
<div class="canvasbox">
<input type="hidden" id="subdomains" class="circular" data-used="{$userinfo['subdomains_used']}" data-available="{$userinfo['subdomains']}">
@@ -145,9 +146,10 @@ $header
</small>
</div>
</if>
</section>
</div>
<table class="dboarditem bradius">
<div class="grid-u-1-2">
<table class="dboarditem">
<thead>
<tr>
<th colspan="2">{$lng['index']['accountdetails']}</th>
@@ -213,9 +215,8 @@ $header
</if>
</tbody>
</table>
<section class="clear"></section>
</div>
</div>
</article>
$footer