Commit 9bb9f068 authored by Jim Fulton's avatar Jim Fulton

Got rid of STPDocumentTemplate.

parent fc11c612
"""Common HTML dialog boxes
MessageDialog(title, message, action, [target])
......@@ -18,10 +19,10 @@
target='_top')
</PRE>"""
__version__='$Revision: 1.1 $'[11:-2]
__version__='$Revision: 1.2 $'[11:-2]
from STPDocumentTemplate import HTML
from Globals import HTML
MessageDialog = HTML("""
<HTML>
......
"""Document object"""
__version__='$Revision: 1.10 $'[11:-2]
__version__='$Revision: 1.11 $'[11:-2]
from STPDocumentTemplate import HTML
from Globals import HTML
from Globals import HTMLFile
from string import join, split, strip, rfind
from AccessControl.Role import RoleManager
......
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