예제 #1
0
 function __construct()
 {
     $this->title = __("Lists and Subscribers", WYSIJA);
     parent::__construct();
     $this->search = array("title" => __("Search subscribers", WYSIJA));
     $this->column_actions = array('editlist' => __('Edit', WYSIJA), 'duplicatelist' => __('Duplicate', WYSIJA), 'deletelist' => __('Delete', WYSIJA));
 }
예제 #2
0
 function __construct()
 {
     $this->title = __('All Newsletters');
     parent::__construct();
     $this->jsTrans['selecmiss'] = __('Select at least 1 subscriber!', WYSIJA);
     $this->search = array('title' => __('Search newsletters', WYSIJA));
     $this->column_actions = array('editlist' => __('Edit', WYSIJA), 'duplicatelist' => __('Duplicate', WYSIJA), 'deletelist' => __('Delete', WYSIJA));
 }
예제 #3
0
 function __construct()
 {
     parent::__construct();
 }