Changeset 68

Show
Ignore:
Timestamp:
09/02/06 17:32:40
Author:
sjudge
Message:

Trying to get the forge skin to bind properly - added header.pt to overide existing header when oatsoft_forge skin used.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/OATSOFT/skins/oatsoft_styles/getNext.py

    r44 r68  
    1111or contentIds or None""" 
    1212 
    13 ids = self.aq_parent.objectIds('Document') 
     13ids = self.aq_parent.objectIds('ATDocument') 
    1414#ids = getattr(self,'getChapter_ids','contentIds')() 
    1515ids = list(ids)     
  • trunk/OATSOFT/skins/oatsoft_styles/getPrevious.py

    r44 r68  
    1111or contentIds or None""" 
    1212 
    13 ids = self.aq_parent.objectIds('Document') 
     13ids = self.aq_parent.objectIds('ATDocument') 
    1414#ids = getattr(self,'getChapter_ids','contentIds')() 
    1515ids = list(ids)