= $this->submitTag($this->t('.save'), array('tabindex' => '11', 'accesskey' => 's')) ?> | |
is_privileged_or_higher()) : ?>
= $this->t(['.rating_info_html', 'more' => $this->linkTo($this->t('.help'), 'help#ratings', array('target' => '_blank'))]) ?> |
post->is_rating_locked()) : ?> = $this->t('.rating_locked_info') ?> = $this->radioButtonTag("post[rating]", "e", $this->post->rating == "e", array('id' => 'post_rating_explicit', 'tabindex' => '1')) ?> = $this->radioButtonTag("post[rating]", "q", $this->post->rating == "q", array('id' => 'post_rating_questionable', 'tabindex' => '2')) ?> = $this->radioButtonTag("post[rating]", "s", $this->post->rating == "s", array('id' => 'post_rating_safe', 'tabindex' => '3')) ?> |
---|---|
= $this->textField("post", "parent_id", array('size' => '10', 'tabindex' => '4')) ?> | |
= $this->checkBox("post", "is_shown_in_index", array('tabindex' => '7')) ?> | |
= $this->checkBox("post", "is_note_locked", array('tabindex' => '7')) ?> | |
= $this->checkBox("post", "is_rating_locked", array('tabindex' => '8')) ?> | |
= $this->textField("post", "source", array('size' => '40', 'tabindex' => '9')) ?> | |
is_privileged_or_higher()) : ?>
= $this->t(['.tags_info_html', 'more' => $this->linkTo($this->t('.help'), array('help#tags'), array('target' => '_blank'))]) ?> |
= $this->textArea("post", "tags", array('disabled' => !$this->post->can_be_seen_by(current_user()), 'size' => '50x4', 'tabindex' => '10', 'value' => $this->h($this->post->cached_tags))) ?> post->can_be_seen_by(current_user())) : ?> = $this->linkToFunction($this->t('.related.tags'), "RelatedTags.find('post_tags')") ?> | = $this->linkToFunction($this->t('.related.artists'), "RelatedTags.find('post_tags', 'artist')") ?> | = $this->linkToFunction($this->t('.related.characters'), "RelatedTags.find('post_tags', 'char')") ?> | = $this->linkToFunction($this->t('.related.copyrights'), "RelatedTags.find('post_tags', 'copyright')") ?> enable_artists) : ?> | = $this->linkToFunction($this->t('.find_artists'), "RelatedTags.find_artist(\$F('post_source'))") ?> |