Commit 2190bea1 authored by Chris McDonough's avatar Chris McDonough

Changed things which used HTMLFile to DTMLFile.

parent 4975c7da
...@@ -161,7 +161,7 @@ p_.ZClass_Icon=Globals.ImageFile('class.gif', globals()) ...@@ -161,7 +161,7 @@ p_.ZClass_Icon=Globals.ImageFile('class.gif', globals())
class PersistentClass(Base): class PersistentClass(Base):
def __class_init__(self): pass def __class_init__(self): pass
manage_addZClassForm=Globals.HTMLFile( manage_addZClassForm=Globals.DTMLFile(
'dtml/addZClass', globals(), 'dtml/addZClass', globals(),
default_class_='OFS.SimpleItem Item', default_class_='OFS.SimpleItem Item',
CreateAFactory=1, CreateAFactory=1,
......
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