Lines Matching refs:addElement

768 …   $form->addElement(form_makeListBoxField("entry-$field", $availableoptions, $entry[$field], ''));
769 …$form->addElement('<input type="submit" name="admin[entry_set_'.$field.']" class="edit button" val…
794 …$form->addElement(form_makeListBoxField('comment-status', ['visible', 'hidden'], $comment->getStat…
795 $form->addElement('<br />');
796 …$form->addElement(form_makeListBoxField('comment-source', ['comment', 'trackback', 'pingback'], $c…
797 $form->addElement('<br />');
798 …$form->addElement(form_makeTextField('comment-name', $comment->getName(), $this->getLang('comment_…
799 $form->addElement('<br />');
800 …$form->addElement(form_makeTextField('comment-mail', $comment->getMail(), $this->getLang('comment_…
801 $form->addElement('<br />');
802 …$form->addElement(form_makeTextField('comment-web', $comment->getWeb(), $this->getLang('comment_we…
803 $form->addElement('<br />');
804 …$form->addElement(form_makeTextField('comment-avatar', $comment->getAvatar(), $this->getLang('comm…
805 $form->addElement('<br />');
806 …$form->addElement('<textarea class="edit" name="comment-text" rows="10" cols="80">' . $comment->ge…
807 …$form->addElement('<input type="submit" name="admin[comment_save]" class="edit button" value="' . …
808 …$form->addElement('<input type="submit" name="admin[comment_preview]" class="edit button" value="'…
809 …$form->addElement('<input type="submit" name="admin[comment_delete]" class="edit button" value="' …
833 …$form->addElement(form_makeListBoxField('query[blog]', $blogs, $query['blog'], $this->getLang('blo…
834 …$form->addElement(form_makeListBoxField('query[filter]', ['entry_title', 'entry_author', 'comment'…
835 $form->addElement(form_makeTextField('query[string]', $query['string'],''));
837 $form->addElement(form_makeButton('submit', 'admin', $lang['btn_search']));
861 $form->addElement(
867 $form->addElement(form_makeButton('submit', 'admin', $lang['btn_update']));