from) : ?>
= $this->formTag([], ['method' => "get"], function() { ?>
= $this->hiddenFieldTag('to', $this->to->id) ?>
= $this->t('.from.from_number') ?>
= $this->textFieldTag('from', "", ['class' => "fp", 'size' => 5, 'tabindex' => 1]) ?>
= $this->submitTag($this->t('.from.transfer'), ['tabindex' => 2]) ?>
= $this->buttonToFunction($this->t('buttons.cancel'), "history.back()", ['tabindex' => 2]) ?>
= $this->t('.table.from') ?> | = $this->t('.table.to') ?> | = $this->t('.table.tags') ?> |
---|---|---|
can_be_seen_by($this->current_user)) : ?> = $this->linkTo($this->imageTag($fp->preview_url(), ['width' => $fp->preview_dimensions()[0], 'height' => $fp->preview_dimensions()[1]]), ["post#show", 'id' => $fp->id], ['title' => $fp->cached_tags])?> | can_be_seen_by($this->current_user)) : ?> = $this->linkTo($this->imageTag($tp->preview_url(), ['width' => $tp->preview_dimensions()[0], 'height' => $tp->preview_dimensions()[1]]), ["post#show", 'id' => $tp->id], ['title' => $tp->cached_tags])?> | = $this->hiddenFieldTag('post[' . $tp->id . '][old_tags]', $tp->cached_tags) ?> = $this->textFieldTag('post[' . $tp->id . '][tags]', $pp['tags'], ['class' => "fp", 'size' => 45, 'tabindex' => 1]) ?> |
= $this->submitTag($this->t('.table.transfer'), ['tabindex' => 2]) ?> = $this->buttonToFunction($this->t('buttons.cancel'), "history.back()", ['tabindex' => 2]) ?> |