protected function renderContent()
 {
     $params = $this->getCreateLinkParams();
     $createLinkElement = new CreateLinkActionElement($this->controllerId, $this->moduleId, null, $params);
     $content = '<div class="' . $this->getIconName() . '">';
     $content .= $this->getMessageContent();
     $content .= $createLinkElement->render();
     $content .= '</div>';
     return $content;
 }
 public function __construct($controllerId, $moduleId, $modelId, $params = array())
 {
     $moduleId = 'autoresponders';
     parent::__construct($controllerId, $moduleId, $modelId, $params);
 }