[UPDATE] links in dashboard, cleanup dashboard
This commit is contained in:
parent
759b8a2e7a
commit
42aa77c454
@ -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}
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user