email) { ?>
formElement('textarea', 'text') ->setAttributes(array( 'rows' => '24', 'class' => 'form-control textarea-code', )) ->setValue($this->text) ->render(); ?> _('Recommended: you should edit this file using a dedicated editor, preferably one that recognizes php syntax.
' . 'Important: adding invalid code to this file might render your site unusable.'); ?>
formElement('submit', 'save', $this->_('Save')) ->setAttributes(array('class' => 'btn btn-primary')) ->render(); ?>