AAAAwww/administrator/components/com_chronoforms/form_actions/load_recaptcha/load_recaptcha.ctp 0000604 00000005672 15137234056 0031463 0 ustar 00 home/academiac
Load ReCaptcha
Header(array('settings' => 'Settings', 'advanced' => 'Advanced'), 'load_recaptcha_config_{n}'); ?>
tabStart('settings'); ?>
input('action_load_recaptcha_{n}_theme_config', array(
'type' => 'select',
'label' => 'Theme',
'options' => array(
'clean' => 'Clean',
'red' => 'Red',
'white' => 'White',
'blackglass' => 'Blackglass',
'custom' => 'Custom'
)
)
);
?>
input('action_load_recaptcha_{n}_lang_config', array(
'type' => 'select',
'label' => 'Language',
'options' => array(
'en' => 'English',
'nt' => 'Dutch',
'fr' => 'French',
'de' => 'German',
'pt' => 'Portuguese',
'ru' => 'Russian',
'es' => 'Spanish',
'tr' => 'Turkish'
)
)
);
?>
input('action_load_recaptcha_{n}_public_key_config', array('type' => 'text', 'label' => "ReCaptcha public key", 'class' => 'big_input', 'value' => '')); ?>
tabEnd(); ?>
tabStart('advanced'); ?>
input('action_load_recaptcha_{n}_api_server_config', array('type' => 'text', 'label' => "ReCaptcha server", 'class' => 'big_input', 'value' => '')); ?>
input('action_load_recaptcha_{n}_api_secure_server_config', array('type' => 'text', 'label' => "ReCaptcha secure server", 'class' => 'big_input', 'value' => '')); ?>
tabEnd(); ?>