Added User email viewing
Improved Table::
This commit is contained in:
@@ -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>
|
@@ -1,6 +0,0 @@
|
||||
<!-- //@todo Translation required -->
|
||||
<table class="box-left">
|
||||
<tr class="head">
|
||||
<td>Module</td>
|
||||
<td>Active</td>
|
||||
</tr>
|
@@ -1 +0,0 @@
|
||||
</table>
|
@@ -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>
|
@@ -1 +0,0 @@
|
||||
</table>
|
@@ -1,7 +0,0 @@
|
||||
<!-- //@todo Translation required -->
|
||||
<table class="box-left">
|
||||
<tr class="head">
|
||||
<td>Method</td>
|
||||
<td>Notes</td>
|
||||
<td>Menu</td>
|
||||
</tr>
|
@@ -1,3 +0,0 @@
|
||||
<tr class="spacer">
|
||||
<td> </td>
|
||||
</tr>
|
Reference in New Issue
Block a user