0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: check_captcha.ctp.tar
academiac/www/administrator/components/com_chronoforms/form_actions/check_captcha/check_captcha.ctp 0000604 00000002664 15137477024 0031103 0 ustar 00 home <div class="dragable" id="cfaction_check_captcha">Check Captcha</div> <!--start_element_code--> <div class="element_code" id="cfaction_check_captcha_element"> <label class="action_label">Check Captcha</label> <div id="cfactionevent_check_captcha_{n}_success" class="form_event good_event"> <label class="form_event_label">OnSuccess</label> </div> <div id="cfactionevent_check_captcha_{n}_fail" class="form_event bad_event"> <label class="form_event_label">OnFail</label> </div> <input type="hidden" name="chronoaction[{n}][action_check_captcha_{n}_error]" id="action_check_captcha_{n}_error" value="<?php echo $action_params['error']; ?>" /> <input type="hidden" name="chronoaction[{n}][action_check_captcha_{n}_enabled]" id="action_check_captcha_{n}_enabled" value="<?php echo $action_params['enabled']; ?>" /> <input type="hidden" id="chronoaction_id_{n}" name="chronoaction_id[{n}]" value="{n}" /> <input type="hidden" name="chronoaction[{n}][type]" value="check_captcha" /> </div> <!--end_element_code--> <div class="element_config" id="cfaction_check_captcha_element_config"> <?php echo $HtmlHelper->input('action_check_captcha_{n}_enabled_config', array('type' => 'select', 'label' => 'Enabled', 'options' => array(0 => 'No', 1 => 'Yes'))); ?> <?php echo $HtmlHelper->input('action_check_captcha_{n}_error_config', array('type' => 'text', 'label' => 'Error Message', 'class' => 'medium_input', 'value' => '')); ?> </div>