Changed use of active to status
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="head">Active:</td>
|
||||
<td><?php echo StaticList_YesNo::form('active',TRUE); ?></td>
|
||||
<td><?php echo StaticList_YesNo::form('status',TRUE); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="head">Notes:</td>
|
||||
|
@@ -5,7 +5,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="head">Active:</td>
|
||||
<td><?php echo StaticList_YesNo::form('active',$template->active); ?></td>
|
||||
<td><?php echo StaticList_YesNo::form('status',$template->status); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="head">Notes:</td>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<tr>
|
||||
<td><a href="<?php echo URL::site('admin/email/templateedit/'.$template->id); ?>" alt=""><?php echo $template->name; ?></a></td>
|
||||
<td><?php echo $template->display('active'); ?></td>
|
||||
<td><?php echo $template->display('status'); ?></td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user