= $this->t('pool_add') ?>
= $this->linkTo($this->imageTag($this->post->preview_url()), ['controller' => "post", 'action' => "show", 'id' => $this->post->id]) ?>
= $this->t('pool_add_text') ?>
= $this->formTag("#add_post", function(){ ?>
= $this->hiddenFieldTag("post_id", $this->post->id) ?>
|
|
|
= $this->textField('pool', 'sequence', ['size' => 5, 'value' => ""]) ?> |
= $this->submitTag($this->t('pool_add')) ?> = $this->buttonToFunction($this->t('pool_cancel'), "history.back()") ?>
= $this->partial("footer") ?>