Lines Matching refs:control
244 * @param string $control
245 * @param bool $show should this control be visible?
247 protected function btn($control, $show = true) {
251 $label = $this->getLang('btn_' . $control);
252 $id = $control;
253 if($control == 'start') $control = 'continue';
254 if($control == 'retry') {
255 $control = 'continue';
265 $form->addHidden('ctl', $control);
267 $form->addElement(form_makeButton('submit', 'admin', $label, array('class' => 'btn ctl-' . $control)));