Differential D23 Diff 62 /home/gleb/workspace/intechnic.com/in-portal-5.2.x/core/units/forms/form_submissions/form_submissions_config.php
Changeset View
Changeset View
Standalone View
Standalone View
/home/gleb/workspace/intechnic.com/in-portal-5.2.x/core/units/forms/form_submissions/form_submissions_config.php
Show All 25 Lines | |||||
2 => 'Page', | 2 => 'Page', | ||||
3 => 'PerPage', | 3 => 'PerPage', | ||||
4 => 'event', | 4 => 'event', | ||||
5 => 'mode', | 5 => 'mode', | ||||
), | ), | ||||
'Hooks' => Array( | 'Hooks' => Array( | ||||
Array( | Array( | ||||
'Mode' => hAFTER, | 'Mode' => hBEFORE, | ||||
'Conditional' => false, | 'Conditional' => false, | ||||
'HookToPrefix' => '', | 'HookToPrefix' => '', | ||||
'HookToSpecial' => '*', | 'HookToSpecial' => '*', | ||||
'HookToEvent' => Array('OnAfterConfigRead'), | 'HookToEvent' => Array('OnAfterConfigRead'), | ||||
'DoPrefix' => '', | 'DoPrefix' => '', | ||||
'DoSpecial' => '', | 'DoSpecial' => '', | ||||
'DoEvent' => 'OnBuildFormFields', | 'DoEvent' => 'OnBuildFormFields', | ||||
), | ), | ||||
// Captcha processing | // Captcha processing | ||||
Array ( | Array ( | ||||
'Mode' => hAFTER, | 'Mode' => hBEFORE, | ||||
'Conditional' => false, | 'Conditional' => false, | ||||
'HookToPrefix' => '', | 'HookToPrefix' => '', | ||||
'HookToSpecial' => '*', | 'HookToSpecial' => '*', | ||||
'HookToEvent' => Array('OnAfterConfigRead'), | 'HookToEvent' => Array('OnAfterConfigRead'), | ||||
'DoPrefix' => 'captcha', | 'DoPrefix' => 'captcha', | ||||
'DoSpecial' => '*', | 'DoSpecial' => '*', | ||||
'DoEvent' => 'OnPrepareCaptcha', | 'DoEvent' => 'OnPrepareCaptcha', | ||||
), | ), | ||||
▲ Show 20 Lines • Show All 104 Lines • ▼ Show 20 Line(s) | |||||
'SubmissionTime' => Array ('title' => 'la_prompt_SumbissionTime', 'filter_block' => 'grid_date_range_filter', 'width' => 145 ), | 'SubmissionTime' => Array ('title' => 'la_prompt_SumbissionTime', 'filter_block' => 'grid_date_range_filter', 'width' => 145 ), | ||||
'IPAddress' => Array ('filter_block' => 'grid_like_filter', 'width' => 100 ), | 'IPAddress' => Array ('filter_block' => 'grid_like_filter', 'width' => 100 ), | ||||
'ReferrerURL' => Array ('filter_block' => 'grid_like_filter', 'first_chars' => 100, 'width' => 200 ), | 'ReferrerURL' => Array ('filter_block' => 'grid_like_filter', 'first_chars' => 100, 'width' => 200 ), | ||||
'LogStatus' => Array ('title' => 'column:la_fld_Status', 'filter_block' => 'grid_options_filter', 'width' => 100 ), | 'LogStatus' => Array ('title' => 'column:la_fld_Status', 'filter_block' => 'grid_options_filter', 'width' => 100 ), | ||||
'LastUpdatedOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145 ), | 'LastUpdatedOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145 ), | ||||
), | ), | ||||
), | ), | ||||
), | ), | ||||
); | ); | ||||
No newline at end of file |