[UPDATE] links in dashboard, cleanup dashboard

This commit is contained in:
iAmShorty 2014-02-24 14:49:42 +01:00
parent 759b8a2e7a
commit 42aa77c454
3 changed files with 26 additions and 8 deletions

View File

@ -1,8 +1,26 @@
{nocache}
{include file="admin/dashboard/mpos.tpl"}
{include file="admin/dashboard/user.tpl"}
{include file="admin/dashboard/registrations.tpl"}
{if $GLOBAL.config.disable_invitations|default:"0" == 0}
{include file="admin/dashboard/invitation.tpl"}
{/if}
<table width="100%">
<tr>
<td>
{include file="admin/dashboard/mpos.tpl"}
</td>
</tr>
</table>
<table width="100%">
<tr>
<td>
{include file="admin/dashboard/user.tpl"}
</td>
</tr>
</table>
<table width="100%">
<tr>
<td>
{include file="admin/dashboard/registrations.tpl"}
{if $GLOBAL.config.disable_invitations|default:"0" == 0}
{include file="admin/dashboard/invitation.tpl"}
{/if}
</td>
</tr>
</table>
{/nocache}

View File

@ -1,6 +1,6 @@
{nocache}
<article class="module width_quarter">
<header><h3>Invitations</h3></header>
<header><h3><a href="{$smarty.server.SCRIPT_NAME}?page=admin&action=invitations">Invitations</a></h3></header>
<table class="tablesorter" cellspacing="0">
<thead>
<tr>

View File

@ -1,6 +1,6 @@
{nocache}
<article class="module width_quarter">
<header><h3>Registrations</h3></header>
<header><h3><a href="{$smarty.server.SCRIPT_NAME}?page=admin&action=registrations">Registrations</a></h3></header>
<table class="tablesorter" cellspacing="0">
<thead>
<tr>