27 $this->
object = $object;
28 $this->
config = $object->config;
32 parent::__construct(
'',
'xcaptchaform',
$xoops->getEnv(
'PHP_SELF'),
'post',
true,
'horizontal');
34 $this->
addElement(
new Xoops\Form\TextArea(_XCAPTCHA_PRIVATE_KEY,
'private_key', $this->
config[
'private_key'], 5, 50),
true);
35 $this->
addElement(
new Xoops\Form\Textarea(_XCAPTCHA_PUBLIC_KEY,
'public_key', $this->
config[
'public_key'], 5, 50),
true);
38 $theme_form->addOptionArray($this->object->getThemes());
42 $lang_form->addOptionArray($this->object->getLanguages());
52 $cancel_send->setExtra(
"onclick='javascript:history.go(-1);'");