--- OSAS/OSA_system/archive.py 2004/01/29 10:19:38 1.8 +++ OSAS/OSA_system/archive.py 2004/03/03 13:02:54 1.9 @@ -950,7 +950,7 @@ def EditIndex(self,path): indexmeta="" self.REQUEST.SESSION['indexmeta']=indexmeta self.REQUEST.SESSION['path']=path - newtemplate=PageTemplateFile('/usr/local/mpiwg/Zope/Extensions/editindex').__of__(self) + newtemplate=PageTemplateFile('Products/OSA_system/zpt/editindex').__of__(self) return newtemplate() def EditIndex2(self):