|
Last change
on this file since 172 was
1,
checked in by myroslav, 21 years ago
|
|
Building directory structure
|
|
File size:
359 bytes
|
| Line | |
|---|
| 1 | from Products.CMFCore.CMFCorePermissions import AddPortalContent, ManagePortal |
|---|
| 2 | |
|---|
| 3 | PROJECTNAME = "qClickTrackingTool" |
|---|
| 4 | GLOBALS = globals() |
|---|
| 5 | TOOLID = "portal_clicktracker" |
|---|
| 6 | SKINS_DIR = 'skins' |
|---|
| 7 | ADD_CAMPAIGN_PERMISSION = AddPortalContent |
|---|
| 8 | MANAGE_CLICKTRACKINGTOOL_PERMISSION = ManagePortal |
|---|
| 9 | C_WORKFLOWID='campaign_workflow' |
|---|
| 10 | TYPE_NAME = 'campaign' |
|---|
| 11 | TYPE_TITLE = 'Campaign' |
|---|
Note: See
TracBrowser
for help on using the repository browser.