Lines Matching refs:content

22     protected $title, $content, $content_html;
34 'title', 'content', 'content_html',
69 'content' => array(array('length', 10000), 'NOT NULL'),
83 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
107 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
113 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
478 //render content for mail
480 $this->content_html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
498 $tpl->set('content', $thread_box);
499 $content = $this->model->action->bez_tpl_include('mail/thread', true);
501 return $content;
513 $content = $this->mail_thread($attachedImages);
514 $this->mail_notify($content, false, $attachedImages);
523 $content = $this->mail_thread($attachedImages);
524 $this->mail_notify($content, array($client), $attachedImages);
533 $content = $this->mail_thread($attachedImages);
534 $this->mail_notify($content, array($this->coordinator), $attachedImages);
543 $content = $this->mail_thread($attachedImages);
544 $this->mail_notify($content, $this->model->userFactory->users_of_group(array('admin', 'bez_admin')), $attachedImages);
553 $content = $this->mail_thread($attachedImages);
554 $this->mail_notify($content, $users, $attachedImages);
567 $tpl->set('content', $task_box);
568 $content = $this->model->action->bez_tpl_include('mail/thread', true);
570 $this->mail_notify($content, false, $attachedImages);
589 $tpl->set('content', $task_box);
590 $content = $this->model->action->bez_tpl_include('mail/thread', true);
592 $this->mail_notify($content, false, $attachedImages);