[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} {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}

View File

@ -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>

View File

@ -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>