Replace status with active in tables
This commit is contained in:
@@ -57,7 +57,7 @@ class Controller_Admin_Email extends Controller_Email {
|
||||
->columns(array(
|
||||
'id'=>'ID',
|
||||
'name'=>'Name',
|
||||
'status'=>'Active',
|
||||
'active'=>'Active',
|
||||
'description'=>'Descrption',
|
||||
))
|
||||
->prepend(array(
|
||||
|
@@ -22,7 +22,7 @@ class Model_Email_Template extends ORM {
|
||||
);
|
||||
|
||||
protected $_display_filters = array(
|
||||
'status'=>array(
|
||||
'active'=>array(
|
||||
array('StaticList_YesNo::get',array(':value',TRUE)),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user