Diff for /OSAS/OSA_system/OSAS_Root.py between versions 1.5 and 1.6

version 1.5, 2004/03/25 09:57:47 version 1.6, 2004/04/02 07:57:25
Line 18  class OSAS_Root(Folder,Implicit): Line 18  class OSAS_Root(Folder,Implicit):
         {'label':'Main Config','action':'Root_config'},          {'label':'Main Config','action':'Root_config'},
         )          )
   
       def setDigILibURL(self):
           """set"""
           self.DigILibURL=""
           
     def Root_config(self):      def Root_config(self):
         """Main configuration"""          """Main configuration"""
         pt=PageTemplateFile('Products/OSA_system/zpt/ConfigOSAS_Root.zpt').__of__(self)          pt=PageTemplateFile('Products/OSA_system/zpt/ConfigOSAS_Root.zpt').__of__(self)

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


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