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

Got rid of STPDocumentTemplate.

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