=$this->t('.info') ?>
= $this->formTag(function(){ ?> = $this->hiddenFieldTag("id", $this->pool->id) ?>=$this->t('.order') ?> | |
---|---|
post->can_be_seen_by($this->current_user)) : ?> = $this->linkTo($this->imageTag($pp->post->preview_url(), ['width' => $pp->post->preview_dimensions()[0], 'height' => $pp->post->preview_dimensions()[1]]), ["post#show", 'id' => $pp->post_id], ['title' => $pp->post->tags()]) ?> | = $this->textFieldTag("pool_post_sequence[{$pp->id}]", $pp->sequence, ['class' => "pp", 'size' => 5, 'tabindex' => 1]) ?> = $this->linkToFunction($this->t('.plus_one'), "orderShift({$pp->id}, +1)", ['class'=>"text-button"]) ?> = $this->linkToFunction($this->t('.minus_one'), "orderShift({$pp->id}, -1)", ['class'=>"text-button"]) ?> |
= $this->submitTag($this->t('buttons.save'), ['tabindex' => 2]) ?> = $this->buttonToFunction($this->t('.auto_order'), "orderAutoFill()", ['tabindex' => 2]) ?> = $this->buttonToFunction($this->t('.reverse'), "orderReverse()", ['tabindex' => 2]) ?> = $this->buttonToFunction($this->t('buttons.cancel'), "history.back()", ['tabindex' => 2]) ?> |