Diff for /ECHO_content/VLPExtension.py between versions 1.4 and 1.5

version 1.4, 2004/05/28 15:10:58 version 1.5, 2004/06/04 10:04:16
Line 24  class VLP_collection(ECHO_collection): Line 24  class VLP_collection(ECHO_collection):
         )          )
   
     def VLP_path_configForm(self):      def VLP_path_configForm(self):
         """change path"""          """change pt"""
         pt=PageTemplateFile('Products/ECHO_content/vlp/ChangeVLPPath.zpt').__of__(self)          path=PageTemplateFile('Products/ECHO_content/vlp/ChangeVLPPath.zpt').__of__(self)
         return pt()          return pt()
   
     def VLP_path_config(self,path,RESPONSE=None):      def VLP_path_config(self,path,RESPONSE=None):

Removed from v.1.4  
changed lines
  Added in v.1.5


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