: formText('pollTitle', $this->pollTitle, array('size'=>60, 'maxlength'=>100)) ?>
options as $option) { ?>
+
formText('optiontext[]', $option['optionText'], array('size'=>50, 'maxlength'=>100)) ?> formColorpicker('optioncolor[]', $option['barcolor'], array('size'=>'7', 'maxlength'=>'6')); ?> formText('optioncount[]', $option['optionCount'], array('size'=>4, 'class'=>'align-right')) ?>
:
formWysiwyg('description', $this->description, array('height' => '200')) ?>
: planguage, 'language', true) ?>
: formSelect('onlyonevote', $this->onlyonevote, null, array(1=>_YES, 0=>_NO)) ?>
: formSelect('pollactive', $this->pollactive, null, array(1=>_YES, 2=>_POLLCLOSED, 0=>_NO)) ?>
formSelect('pollcomments', $this->pollcomments, null, array(1=>_YES, 2=>_COMMSCHOWONLY, 0=>_NO)) ?>
artid) ?> stitle){ ?>
ahref(adminUrl('News', 'EditStory', array('sid'=>$this->artid)), $this->stitle)) ?>
formSelect('representative', $this->representative, null, array(1=>_YES, 0=>_NO)) ?>

formHidden('planguage', ''); } echo $this->formHidden('pollID', $this->pollID), $this->formHidden('op', $this->action), $this->formSubmit(NULL, $this->button) ?>