Commit 615e816a authored by Jim Fulton's avatar Jim Fulton

Added defaults for action and title.

parent fc556a6a
......@@ -19,7 +19,7 @@
target='_top')
</PRE>"""
__version__='$Revision: 1.2 $'[11:-2]
__version__='$Revision: 1.3 $'[11:-2]
from Globals import HTML
......@@ -58,4 +58,4 @@ MessageDialog = HTML("""
</TR>
</TABLE>
</FORM>
</BODY></HTML>""", target='')
</BODY></HTML>""", target='', action='manage_main', title='Changed')
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