Home
last modified time | relevance | path

Searched refs:addElement (Results 126 – 150 of 166) sorted by last modified time

1234567

/plugin/linkfix/
H A Dadmin.php75 $form->addElement(form_makeTextField('searchin', '', $this->getLang('searchin'), '', 'block'));
76 $form->addElement(form_makeTextField('changefrom', '', $this->getLang('changefrom'), '', 'block'));
77 $form->addElement(form_makeTextField('changeto', '', $this->getLang('changeto'), '', 'block'));
78 $form->addElement(form_makeRadioField('type', 'links', $this->getLang('links'), '', 'block tick', array('checked' => 'checked')));
79 $form->addElement(form_makeRadioField('type', 'media', $this->getLang('media'), '', 'block tick'));
80 $form->addElement(form_makeCheckboxField('dryrun', '1', $this->getLang('dryrun'), '', 'block tick', array('checked' => 'checked')));
81 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('submit')));
/plugin/log/
H A Dsyntax.php125 $form->addElement(form_makeTextField('log_text', '', $this->getLang('newentry')));
128 $form->addElement(form_makeButton('submit', null, $this->getLang('save')));
/plugin/file2dw/
H A Daction.php105 $form->addElement($userFileInputElement);
110 $form->addElement($submitInputElement);
/plugin/timetrack/
H A Dhelper.php863 $form->addElement(new TagOpenElement('th',array(
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js435 …ame()in D&&(!e.is("a")||!e.getText()))try{p=e.$.createControlRange();p.addElement(e.$);p.select();…
/plugin/loadskin/
H A Dhelper.php73 $form->addElement(form_makeListboxField(
82 $form->addElement(form_makeButton(
H A Dadmin.php78 $form->addElement(form_makeOpenTag('p'));
79 $form->addElement(form_makeTextField('pattern','',$this->getLang('pattern')));
80 $form->addElement(form_makeCloseTag('p'));
81 $form->addElement(form_makeOpenTag('p'));
82 …$form->addElement(form_makeListboxField('tpl',$helper->getTemplates(),'',$this->getLang('template'…
83 $form->addElement(form_makeCloseTag('p'));
84 $form->addElement(form_makeButton('submit','',$lang['btn_save']));
110 $form->addElement(form_makeButton('submit','',$lang['btn_delete']));
/plugin/cleanup/
H A Dadmin.php48 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('preview')));
69 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('execute')));
/plugin/swiftmail/
H A Dadmin.php63 $form->addElement(form_makeField('text', 'to', $INPUT->str('to'), 'To:', '', 'block'));
64 $form->addElement(form_makeField('text', 'cc', $INPUT->str('cc'), 'Cc:', '', 'block'));
65 $form->addElement(form_makeField('text', 'bcc', $INPUT->str('bcc'), 'Bcc:', '', 'block'));
66 $form->addElement(form_makeButton('submit', '', 'Send Email'));
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js78 …n().empty();var B;try{B=FCK.EditorDocument.body.createControlRange();B.addElement(A);B.select();}c…
/plugin/vbsso/
H A Daction.php154 $form->addElement(form_makeTextField('vb_login_username',
157 …$form->addElement(form_makePasswordField('vb_login_password', $this->getLang('pass'), '', 'block')…
158 …$form->addElement(form_makeCheckboxField('cookieuser', '1', $this->getLang('remember'), 'remember_…
160 $form->addElement(form_makeButton('submit', '', $this->getLang('btn_login')));
165 …$form->addElement('<p>' . $this->getLang('reghere') . ': ' . tpl_link(sharedapi_url_add_destinatio…
171 …$form->addElement('<p>' . $this->getLang('pwdforget') . ': ' . tpl_link(sharedapi_url_add_destinat…
/plugin/database2/
H A Ddatabase2.php2347 $form->addElement( $code );
/plugin/namespacesearch/
H A Dsyntax.php57 …$form->addElement(form_makeTextField('namespacesearchField', $FANCYDATA['namespacesearchField'], $…
/plugin/enforcesummary/
H A Daction.php49 $event->data->addElement($html);
/plugin/authg2fa/
H A Daction.php85 … $form->addElement(form_makeTag('img', array('src' => $url, 'alt' => 'Google 2FA QR Image')));
86 $form->addElement(form_makeTag('br'));
98 …$form->addElement(form_makeTextField('secret', $secret, $this->getLang('secret'), '', 'block', arr…
100 …$form->addElement(form_makeTextField('secret', '********', $this->getLang('secret'), '', 'block', …
102 …$form->addElement(form_makeButton('submit', '', $this->getLang('showqr'), array('name' => 'fn[show…
103 $form->addElement(form_makeTag('br'));
104 …$form->addElement(form_makeButton('submit', '', $this->getLang('generate'), array('name' => 'fn[ge…
105 …$form->addElement(form_makeButton('submit', '', $this->getLang('update'), array('name' => 'fn[upda…
106 $form->addElement(form_makeTag('br'));
107 …$form->addElement(form_makeButton('submit', '', $this->getLang('delete'), array('name' => 'fn[dels…
/plugin/datatemplate/syntax/
H A Dfilterform.php106 …$form->addElement(form_openfieldset(array('_legend' => $this->getLang('searchfilter'), 'class' => …
107 $form->addElement(form_makeMenuField('field', $data['fields'], '', '', '', 'cell menu'));
108 $form->addElement(form_makeTextField('contains', '', '', '', 'cell text'));
110 $form->addElement('<div class="group">'.$this->getLang('prevfilters').':</div>');
115 $form->addElement(form_checkboxField(
122 $form->addElement(form_makeButton('submit', '', $this->getLang('submitfilter')));
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/upload/
H A Dsyntax.php119 …$form->addElement(form_makeTextField('new_name', '', $lang['txt_filename'] . ':', 'upload__name'));
126 $form->addElement(
134 $form->addElement(form_makeButton('submit', '', $lang['btn_upload']));
/plugin/components/syntax/
H A Dslice.php65 $form->addElement(form_makeButton('submit', '', "Slice $from--$to"));
/plugin/dokutranslate/
H A Dsyntax.php374 …$form->addElement(form_makeTextField('review', $myReview['message'], $this->getLang('trans_message…
375 …$form->addElement(form_makeMenuField('quality', $listbox, strval($myReview['quality']), $this->get…
382 …$form->addElement(form_makeCheckboxField('incomplete', '1', $this->getLang('trans_incomplete'), ''…
383 $form->addElement(form_makeButton('submit', '', $this->getLang('add_review')));
/plugin/mantis/lib/
H A Dclass.wsdl.php1809 function addElement($attrs) { function in wsdl
1811 $this->schemas[$typens][0]->addElement($attrs);
H A Dchangelog294 - wsdl: add addElement method
298 - xmlschema: add addElement method
H A Dnusoap.php1753 * @see addElement
1987 function addElement($attrs) { function in nusoap_xmlschema
6340 function addElement($attrs) { function in wsdl
6342 $this->schemas[$typens][0]->addElement($attrs);
H A Dclass.xmlschema.php685 * @see addElement
919 function addElement($attrs) { function in nusoap_xmlschema
/plugin/maintenance/
H A Dadmin.php53 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('start_btn')));
54 $form->addElement('<p>'.$this->getLang('start_desc').'</p>');
60 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('stop_btn')));
61 $form->addElement('<p>'.$this->getLang('stop_desc').'</p>');
67 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('lock_btn')));
68 $form->addElement('<p>'.$this->getLang('lock_desc').'</p>');
74 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('unlock_btn')));
75 $form->addElement('<p>'.$this->getLang('unlock_desc').'</p>');

1234567