Changeset 7
- Timestamp:
- 21 Sep 2005, 07:52:20 (19 years ago)
- Location:
- waeup_cms/trunc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_cms/trunc/Extensions/Install.py
r6 r7 26 26 from StringIO import StringIO 27 27 28 from Products. WAEUP.config import PROJECTNAME, GLOBALS28 from Products.waeup_cms.config import PROJECTNAME, GLOBALS 29 29 30 30 from Products.Archetypes import listTypes -
waeup_cms/trunc/Extensions/changeuseractions.py
r6 r7 61 61 ,'View' 62 62 ,'user' 63 , visible= 1)63 , visible=0) 64 64 mt.addAction('svninter' 65 65 ,'SVN Web Interface' -
waeup_cms/trunc/__init__.py
r6 r7 24 24 __docformat__ = 'restructuredtext' 25 25 26 from Products. WAEUP.config import SKINS_DIR27 from Products. WAEUP.config import GLOBALS28 from Products. WAEUP.config import PROJECTNAME26 from Products.waeup_cms.config import SKINS_DIR 27 from Products.waeup_cms.config import GLOBALS 28 from Products.waeup_cms.config import PROJECTNAME 29 29 30 30 from Globals import package_home … … 34 34 from Products.Archetypes.public import process_types 35 35 36 import Products. WAEUP.contents36 import Products.waeup_cms.contents 37 37 38 38 registerDirectory(SKINS_DIR, GLOBALS) -
waeup_cms/trunc/skins/WAEUP/portlet_name.pt
r6 r7 17 17 <ul> 18 18 <tal:actions tal:repeat="action python:here.getOrderedUserActions(keyed_actions=keyed_actions, 19 ordering = {'pre' : ['preferences', 'mystuff', 'webmail', ' orgmail', 'svnrepos', 'svninter', 'usermanagement', 'ldap', 'undo'],19 ordering = {'pre' : ['preferences', 'mystuff', 'webmail', 'usermanagement', 'orgmail', 'svnrepos', 'svninter', 'ldap', 'undo'], 20 20 'post' : ['plone_setup', 'logout']})"> 21 21
Note: See TracChangeset for help on using the changeset viewer.