--- ECHO_content/ECHO_collection.py 2011/10/13 07:48:27 1.310.2.1 +++ ECHO_content/ECHO_collection.py 2012/01/04 08:41:37 1.310.2.2 @@ -1130,20 +1130,7 @@ class ECHO_collection(CatalogAware, Fold if RESPONSE is not None: RESPONSE.write("

Done

") - def changeViewerTemplateSets(self,project,xslt,thumbtemplate,topbar,digiLibTemplate,digiliburlprefix,RESPONSE=None): - """change the templates""" - - resources=self.ZopeFind(self,obj_metatypes=['ECHO_resource'],search_sub=1) - - for resource in resources: - - resource[1].changeViewerTemplateSet(project,xslt,thumbtemplate,topbar,digiLibTemplate,digiliburlprefix) - - if RESPONSE is not None: - RESPONSE.redirect('manage_main') - - - + def copyTitleToInfoXMLFolder(self,RESPONSE=None): """copy title into the title field of info.xml