/**
  * Load the data
  */
 protected function loadData()
 {
     //--Get the send mailing
     $this->record = FrontendMailengineModel::getSend($this->id);
     //--Create iframe
     $iframe = FrontendNavigation::getURLForBlock('Mailengine', 'MailenginePreview') . "?id=" . $this->id;
     $this->tpl->assign('iframe', $iframe);
 }
 /**
  * Load the data
  */
 protected function loadData()
 {
     //--Get the send mailing
     $this->record = FrontendMailengineModel::getSend($this->id);
 }