= $this->textField('pool', 'name', ['value' => $this->pool->pretty_name()]) ?> | |
= $this->textArea('pool', 'description', ['size' => "40x10"]) ?> | |
=$this->t('.form.is_public.info') ?> |
= $this->checkBox("pool", "is_public") ?> |
=$this->t('.form.is_active.info') ?> |
= $this->checkBox("pool", "is_active") ?> |
= $this->submitTag($this->t('buttons.save')) ?> = $this->buttonToFunction($this->t('buttons.cancel'), "history.back()") ?> |