Commit 39eacf76 authored by Evan Simpson's avatar Evan Simpson

Made manage_main a DTMLFile

parent c9a95ed9
...@@ -84,14 +84,14 @@ ...@@ -84,14 +84,14 @@
############################################################################## ##############################################################################
__doc__="""Object Manager __doc__="""Object Manager
$Id: ObjectManager.py,v 1.119 2001/01/08 22:46:58 brian Exp $""" $Id: ObjectManager.py,v 1.120 2001/01/09 23:54:03 evan Exp $"""
__version__='$Revision: 1.119 $'[11:-2] __version__='$Revision: 1.120 $'[11:-2]
import App.Management, Acquisition, Globals, CopySupport, Products import App.Management, Acquisition, Globals, CopySupport, Products
import os, App.FactoryDispatcher, ts_regex, Products import os, App.FactoryDispatcher, ts_regex, Products
from OFS.Traversable import Traversable from OFS.Traversable import Traversable
from Globals import HTMLFile, HTMLFile, Persistent from Globals import HTMLFile, Persistent, DTMLFile
from Globals import MessageDialog, default__class_init__ from Globals import MessageDialog, default__class_init__
from webdav.NullResource import NullResource from webdav.NullResource import NullResource
from webdav.Collection import Collection from webdav.Collection import Collection
...@@ -192,7 +192,7 @@ class ObjectManager( ...@@ -192,7 +192,7 @@ class ObjectManager(
_objects =() _objects =()
manage_main=HTMLFile('dtml/main', globals()) manage_main=DTMLFile('dtml/main', globals())
manage_options=( manage_options=(
{'label':'Contents', 'action':'manage_main', {'label':'Contents', 'action':'manage_main',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment