protected function renderControlEditable()
 {
     $dropdown = parent::renderControlEditable();
     $sendTestEmail = new SendATestEmailToElement($this->model, 'aTestToAddress', $this->form);
     $sendTestEmail->editableTemplate = '{label}{content}{error}';
     $content = ZurmoHtml::tag('div', array('class' => 'beforeToolTip'), $dropdown);
     $content .= $this->renderPersonalSmtpSettings();
     $content .= $this->renderPersonalSendGridSettings();
     $this->renderScripts();
     return $content;
 }
 /**
  * @return string
  */
 protected function renderControlEditable()
 {
     $content = parent::renderControlEditable();
     $this->renderChangeScript();
     return $content;
 }