Commit 468dd8b8 authored by Chris McDonough's avatar Chris McDonough

Backed off from DTMLFile on manage_menu (broke the left pane tree view).

parent d02fcc34
...@@ -85,13 +85,13 @@ ...@@ -85,13 +85,13 @@
"""Standard management interface support """Standard management interface support
$Id: Management.py,v 1.39 2001/01/11 22:13:14 chrism Exp $""" $Id: Management.py,v 1.40 2001/01/11 22:38:41 chrism Exp $"""
__version__='$Revision: 1.39 $'[11:-2] __version__='$Revision: 1.40 $'[11:-2]
import sys, Globals, ExtensionClass, urllib import sys, Globals, ExtensionClass, urllib
from Dialogs import MessageDialog from Dialogs import MessageDialog
from Globals import DTMLFile from Globals import DTMLFile, HTMLFile
from string import split, join, find from string import split, join, find
from AccessControl import getSecurityManager from AccessControl import getSecurityManager
...@@ -208,7 +208,7 @@ class Navigation(ExtensionClass.Base): ...@@ -208,7 +208,7 @@ class Navigation(ExtensionClass.Base):
) )
manage =DTMLFile('dtml/manage', globals()) manage =DTMLFile('dtml/manage', globals())
manage_menu =DTMLFile('dtml/menu', globals()) manage_menu =HTMLFile('dtml/menu', globals())
manage_top_frame =DTMLFile('dtml/manage_top_frame', globals()) manage_top_frame =DTMLFile('dtml/manage_top_frame', globals())
manage_page_header=DTMLFile('dtml/manage_page_header', globals()) manage_page_header=DTMLFile('dtml/manage_page_header', globals())
......
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