Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv17235/lib/SandWeb
Modified Files:
UI.pm
Log Message:
UI->print_popup calls popup.html template instead of framework.html
template
Index: UI.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/UI.pm,v
retrieving revision 1.29
retrieving revision 1.30
diff -U2 -r1.29 -r1.30
--- UI.pm 1 Mar 2002 08:33:38 -0000 1.29
+++ UI.pm 2 Mar 2002 05:00:00 -0000 1.30
@@ -82,5 +82,5 @@
# incorporate content into framework template
- my $output = HTML::Template->new(filename => "$template_dir/framework.html");
+ my $output = HTML::Template->new(filename => "$template_dir/popup.html");
$output->param(
TITLE => $args{'TITLE'},
|