Commit e2e23952 authored by Shane Hathaway's avatar Shane Hathaway

Added ZMI preferences.

parent 2e79f6bb
...@@ -85,9 +85,9 @@ ...@@ -85,9 +85,9 @@
"""Standard management interface support """Standard management interface support
$Id: Management.py,v 1.42 2001/01/13 15:01:55 shane Exp $""" $Id: Management.py,v 1.43 2001/01/15 16:16:57 shane Exp $"""
__version__='$Revision: 1.42 $'[11:-2] __version__='$Revision: 1.43 $'[11:-2]
import sys, Globals, ExtensionClass, urllib import sys, Globals, ExtensionClass, urllib
from Dialogs import MessageDialog from Dialogs import MessageDialog
...@@ -238,6 +238,9 @@ Sorry, this is not yet implemented. ...@@ -238,6 +238,9 @@ Sorry, this is not yet implemented.
</body> </body>
</html>""" </html>"""
manage_zmi_prefs=HTMLFile('dtml/manage_zmi_prefs', globals())
manage_zmi_prefs.__roles__ = None
file = DTMLFile('dtml/manage_page_style.css', globals()) file = DTMLFile('dtml/manage_page_style.css', globals())
setattr(Navigation, 'manage_page_style.css', file) setattr(Navigation, 'manage_page_style.css', file)
file.__roles__ = None file.__roles__ = None
......
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