|
Revision 471
(checked in by crchemist, 2 years ago)
|
Added portal_captchas.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
GLOBALS = globals() |
|---|
| 2 |
PRODUCT_NAME = 'qPloneCaptchas' |
|---|
| 3 |
CAPTCHAS_COUNT = 165 |
|---|
| 4 |
LAYERS = ['captchas', 'plone_captchas'] |
|---|
| 5 |
LAYER_QCOMMENTS = 'captchas_qcomments' |
|---|
| 6 |
LAYER_DISCUSSION = 'captchas_discussion' |
|---|
| 7 |
LAYER_FORMMAILER = 'captchas_ploneformmailer' |
|---|
| 8 |
ALL_LAYERS = LAYERS + [LAYER_QCOMMENTS, LAYER_DISCUSSION, LAYER_FORMMAILER] |
|---|
| 9 |
TOOL_ICON = 'tool.gif' |
|---|
| 10 |
TOOL_ID = 'portal_captchas' |
|---|
| 11 |
havePIL = True |
|---|