[UPDATE] links in dashboard, cleanup dashboard
This commit is contained in:
parent
759b8a2e7a
commit
42aa77c454
@ -1,8 +1,26 @@
|
|||||||
{nocache}
|
{nocache}
|
||||||
{include file="admin/dashboard/mpos.tpl"}
|
<table width="100%">
|
||||||
{include file="admin/dashboard/user.tpl"}
|
<tr>
|
||||||
{include file="admin/dashboard/registrations.tpl"}
|
<td>
|
||||||
{if $GLOBAL.config.disable_invitations|default:"0" == 0}
|
{include file="admin/dashboard/mpos.tpl"}
|
||||||
{include file="admin/dashboard/invitation.tpl"}
|
</td>
|
||||||
{/if}
|
</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}
|
{/nocache}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{nocache}
|
{nocache}
|
||||||
<article class="module width_quarter">
|
<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">
|
<table class="tablesorter" cellspacing="0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{nocache}
|
{nocache}
|
||||||
<article class="module width_quarter">
|
<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">
|
<table class="tablesorter" cellspacing="0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user