Added User email viewing

Improved Table::
This commit is contained in:
Deon George
2011-08-27 16:33:46 +10:00
parent 495da41e0d
commit 6d44e7d5b2
51 changed files with 701 additions and 273 deletions

View File

@@ -1,4 +0,0 @@
<tr>
<td><a href="<?php echo URL::site(sprintf('/admin/module/edit/%s',$module->id)); ?>" alt=""><?php echo $module->name; ?></a></td>
<td><?php echo $module->display('status'); ?></td>
</tr>

View File

@@ -1,6 +0,0 @@
<!-- //@todo Translation required -->
<table class="box-left">
<tr class="head">
<td>Module</td>
<td>Active</td>
</tr>

View File

@@ -1,11 +0,0 @@
<tr>
<td>
<?php if ($defined) { ?>
<a href="<?php echo URL::site(sprintf('/admin/module_method/edit/%s',$method->id)); ?>" alt=""><?php echo $method->name; ?></a>
<?php } else { ?>
<a href="<?php echo URL::site(sprintf('/admin/module_method/add/%s/%s',$module->id,$method->name)); ?>" alt=""><?php echo $method->name; ?></a>
<?php } ?>
</td>
<td><?php echo $method->display('notes'); ?></td>
<td><?php echo $method->display('menu_display'); ?></td>
</tr>

View File

@@ -1 +0,0 @@
</table>

View File

@@ -1,7 +0,0 @@
<!-- //@todo Translation required -->
<table class="box-left">
<tr class="head">
<td>Method</td>
<td>Notes</td>
<td>Menu</td>
</tr>

View File

@@ -1,3 +0,0 @@
<tr class="spacer">
<td>&nbsp;</td>
</tr>