Added meta title to pages
This commit is contained in:
@@ -18,9 +18,11 @@ class Controller_Reseller_Email extends Controller_Email {
|
||||
* Show a list of emails
|
||||
*/
|
||||
public function action_list() {
|
||||
$this->meta->title = 'Emails Sent';
|
||||
|
||||
Block::factory()
|
||||
->title(_('System Emails Sent'))
|
||||
->title_icon('icon-th')
|
||||
->title(_('Emails Sent'))
|
||||
->title_icon('fa fa-envelope')
|
||||
->body(Table::factory()
|
||||
->page_items(25)
|
||||
->data(ORM::factory('Email_Log')->where_authorised($this->ao)->find_all())
|
||||
|
Reference in New Issue
Block a user