= $this->formTag("#create", function(){ ?> = $this->hiddenFieldTag("dmail[parent_id]", ($this->dmail->parent_id ?: $this->dmail->id), ['id' => "dmail_parent_id"]) ?>
= $this->submitTag($this->t('.send')) ?> = $this->submitTag($this->t('.preview'), ['id' => 'dmail-preview', 'name' => 'preview']) ?> | |
= $this->textField('dmail', 'title') ?> | |
= $this->textArea('dmail', 'body', ['size' => "50x25", 'class' => "default"]) ?> |