Fixed format menu in report dialog

svn: r701
This commit is contained in:
Don Allingham
2002-01-15 23:15:35 +00:00
parent 66f56df7bb
commit 3ea04b5b73
3 changed files with 18 additions and 5 deletions

View File

@@ -950,13 +950,18 @@ class WebReportDialog(ReportDialog):
"""Do Nothing. This document will be created in the
make_report routine."""
pass
def setup_format_frame(self):
"""Do nothing, since we don't want a format frame (HTML only)"""
pass
#------------------------------------------------------------------------
#
# Functions related to setting up the dialog window
#
#------------------------------------------------------------------------
def setup_format_frame(self):
def setup_post_process(self):
"""The format frame is not used in this dialog. Hide it, and
set the output notebook to always display the html template
page."""