|
Last change
on this file since 778 was
1,
checked in by myroslav, 21 years ago
|
|
Building directory structure
|
-
Property svn:eol-style set to
native
|
|
File size:
371 bytes
|
| Line | |
|---|
| 1 | from Products.CMFCore import CMFCorePermissions |
|---|
| 2 | |
|---|
| 3 | VIEW_PERMISSION = CMFCorePermissions.ManagePortal |
|---|
| 4 | |
|---|
| 5 | PROJECTNAME = 'qPloneTabs' |
|---|
| 6 | SKINS_DIR = 'skins' |
|---|
| 7 | |
|---|
| 8 | GLOBALS = globals() |
|---|
| 9 | |
|---|
| 10 | PROPERTY_SHEET = 'tabs_properties' |
|---|
| 11 | SHEET_TITLE = 'Portal Tabs Properties' |
|---|
| 12 | FIELD_NAME = 'titles' |
|---|
| 13 | PROPERTY_FIELD = ['portal_tabs|Portal Tabs Configuration', 'portal_footer|Portal Footer Configuration'] |
|---|
Note: See
TracBrowser
for help on using the repository browser.