Diff for /ECHO_content/ECHO_collection.py between versions 1.284 and 1.285

version 1.284, 2007/01/31 14:12:39 version 1.285, 2007/02/20 15:55:21
Line 1809  class ECHO_externalLink(Folder,ECHO_basi Line 1809  class ECHO_externalLink(Folder,ECHO_basi
         self.linkType = type          self.linkType = type
                           
                           
     manage_options = Folder.manage_options+(      manage_options = (
         {'label':'Main Config','action':'ECHO_externalLink_config'},          {'label':'Main Config','action':'ECHO_externalLink_config'},
         {'label':'Graphic Coords','action':'ECHO_graphicEntry'},          {'label':'Graphic Coords','action':'ECHO_graphicEntry'},
         )          )+Folder.manage_options
   
                   
     def index_html(self):      def index_html(self):

Removed from v.1.284  
changed lines
  Added in v.1.285


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>