--- ECHO_content/ECHO_collection.py 2004/06/07 15:20:26 1.104 +++ ECHO_content/ECHO_collection.py 2004/06/07 17:14:23 1.105 @@ -1498,7 +1498,7 @@ class ECHO_collection(Folder, Persistent else: return "#dddddd" - def changeECHO_collection(self,title,label,description,contentType,responsible,weight,secondaryLink,secondaryLinkTitle,credits=None,sortfield="weight",coords=None,RESPONSE=None,imageTag="",bgcolour="",viewClassification=None): + def changeECHO_collection(self,title,label,description,contentType,responsible,weight,secondaryLink,secondaryLinkTitle,credits=None,sortfield="weight",coords=None,RESPONSE=None,imageTag="",bgcolour="",viewClassification=None,location=None): """Aenderung der Properties""" self.secondaryLink=secondaryLink @@ -1506,6 +1506,7 @@ class ECHO_collection(Folder, Persistent self.imageTag=imageTag self.bgcolour=bgcolour self.viewClassification=viewClassification + self.location=location if coords: coordsnew=[ string.split(x,",") for x in coords]