Standardisation work, changed accnum() to refnum()
This commit is contained in:
@@ -21,7 +21,10 @@ class Controller_User_Email extends Controller_Email {
|
||||
public function action_list() {
|
||||
$this->meta->title = 'Email List';
|
||||
|
||||
$this->template->content = View::factory('email/user/list');
|
||||
Block::factory()
|
||||
->title(sprintf(_('System Emails Sent for %s: %s'),$this->ao->refnum(),$this->ao->name(TRUE)))
|
||||
->title_icon($this->icon)
|
||||
->body(View::factory('email/user/list')->set('o',$this->ao->email_log->find_all()));
|
||||
}
|
||||
|
||||
public function action_view() {
|
||||
|
Reference in New Issue
Block a user