Changeset 7 for waeup_cms


Ignore:
Timestamp:
21 Sep 2005, 07:52:20 (19 years ago)
Author:
Henrik Bettermann
Message:
 
Location:
waeup_cms/trunc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • waeup_cms/trunc/Extensions/Install.py

    r6 r7  
    2626from StringIO import StringIO
    2727
    28 from Products.WAEUP.config import PROJECTNAME, GLOBALS
     28from Products.waeup_cms.config import PROJECTNAME, GLOBALS
    2929
    3030from Products.Archetypes import listTypes
  • waeup_cms/trunc/Extensions/changeuseractions.py

    r6 r7  
    6161                ,'View'
    6262                ,'user'
    63                 , visible=1)
     63                , visible=0)
    6464    mt.addAction('svninter'
    6565                ,'SVN Web Interface'
  • waeup_cms/trunc/__init__.py

    r6 r7  
    2424__docformat__ = 'restructuredtext'
    2525
    26 from Products.WAEUP.config import SKINS_DIR
    27 from Products.WAEUP.config import GLOBALS
    28 from Products.WAEUP.config import PROJECTNAME
     26from Products.waeup_cms.config import SKINS_DIR
     27from Products.waeup_cms.config import GLOBALS
     28from Products.waeup_cms.config import PROJECTNAME
    2929
    3030from Globals import package_home
     
    3434from Products.Archetypes.public import process_types
    3535
    36 import Products.WAEUP.contents
     36import Products.waeup_cms.contents
    3737
    3838registerDirectory(SKINS_DIR, GLOBALS)
  • waeup_cms/trunc/skins/WAEUP/portlet_name.pt

    r6 r7  
    1717     <ul>
    1818      <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'],
    2020                                                                                    'post' : ['plone_setup', 'logout']})">
    2121
Note: See TracChangeset for help on using the changeset viewer.