--- ZSQLExtend/ZSQLMetaData.py 2010/02/15 19:10:23 1.3 +++ ZSQLExtend/ZSQLMetaData.py 2012/09/03 13:06:11 1.4 @@ -66,12 +66,12 @@ class ZSQLMetadataMapping(SimpleItem): def manage_addZSQLMetadataMappingForm(self): - """interface for adding the OSAS_root""" + """interface for adding the Metadatamapping""" pt=PageTemplateFile('Products/ZSQLExtend/AddZSQLMetadataMapping.zpt').__of__(self) return pt() def manage_addZSQLMetadataMapping(self,idOfObject,titleOfObject,RESPONSE=None): - """add the OSAS_root""" + """add the Metadatampapping""" argList={} for arg in self.REQUEST.form.keys(): @@ -183,7 +183,7 @@ def manage_addZSQLMetadataMappingRootFor return pt() def manage_addZSQLMetadataMappingRoot(self,id,title,fields,RESPONSE=None): - """add the OSAS_root""" + """add the mapping root""" newObj=ZSQLMetadataMappingRoot(id,title,fields) self._setObject(id,newObj) if RESPONSE is not None: