Example #1
0
 public function update($recordId = null, $context = null)
 {
     if ($context == 'send') {
         $this->pageTitle = 'Send campaign message';
     }
     $this->bodyClass = 'compact-container';
     $this->vars['availableTags'] = Message::getAvailableTags();
     return $this->asExtension('FormController')->update($recordId, $context);
 }