Changeset 1099
- Timestamp:
- 03/28/08 14:59:47
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneCaptchas/trunk/skins/plone_captchas/prefs_captchas_setup.cpy
r808 r1099 40 40 for id,type in property_map: 41 41 if type == 'boolean': 42 print id43 42 if id in request_ids: 44 43 kw[id] = True … … 49 48 kw[id] = form[id] 50 49 51 captcha_props.manage_changeProperties( kw)50 captcha_props.manage_changeProperties(**kw) 52 51 53 52 return state.set(portal_status_message = 'Changes saved.') qPloneCaptchas/trunk/skins/plone_captchas/prefs_captchas_setup.cpy.metadata
r656 r1099 4 4 [actions] 5 5 action.success=redirect_to:string:prefs_captchas_setup_form 6 action.failure= traverse_to:string:prefs_captchas_setup_form6 action.failure=redirect_to:string:prefs_captchas_setup_form qPloneCaptchas/trunk/skins/plone_captchas/prefs_captchas_setup_form.cpt.metadata
r656 r1099 7 7 [actions] 8 8 action.success..form_submit=traverse_to:string:prefs_captchas_setup 9 action.success= traverse_to:string:prefs_captchas_setup_form10 action.failure= traverse_to:string:prefs_captchas_setup_form9 action.success=redirect_to:string:prefs_captchas_setup_form 10 action.failure=redirect_to:string:prefs_captchas_setup_form
