D'oh, forgot to redo the customer dashboard
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
13
templates/Sparkle/customer/index/index.tpl
vendored
13
templates/Sparkle/customer/index/index.tpl
vendored
@@ -5,7 +5,8 @@ $header
|
|||||||
{$lng['panel']['dashboard']}
|
{$lng['panel']['dashboard']}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<section class="dboardcanvas" id="statsbox">
|
<div class="grid-g">
|
||||||
|
<div class="grid-u-1-2" id="statsbox">
|
||||||
<if $userinfo['subdomains'] != '0'>
|
<if $userinfo['subdomains'] != '0'>
|
||||||
<div class="canvasbox">
|
<div class="canvasbox">
|
||||||
<input type="hidden" id="subdomains" class="circular" data-used="{$userinfo['subdomains_used']}" data-available="{$userinfo['subdomains']}">
|
<input type="hidden" id="subdomains" class="circular" data-used="{$userinfo['subdomains_used']}" data-available="{$userinfo['subdomains']}">
|
||||||
@@ -145,9 +146,10 @@ $header
|
|||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</if>
|
</if>
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
<table class="dboarditem bradius">
|
<div class="grid-u-1-2">
|
||||||
|
<table class="dboarditem">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">{$lng['index']['accountdetails']}</th>
|
<th colspan="2">{$lng['index']['accountdetails']}</th>
|
||||||
@@ -213,9 +215,8 @@ $header
|
|||||||
</if>
|
</if>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<section class="clear"></section>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
$footer
|
$footer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user