Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2447/UI
Modified Files:
HTML.pm
Log Message:
shutdown_page__() didn't know about the reduced number of tabs, yet.
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.360
retrieving revision 1.361
diff -C2 -d -r1.360 -r1.361
*** HTML.pm 28 Sep 2005 18:48:36 -0000 1.360
--- HTML.pm 28 Sep 2005 19:30:40 -0000 1.361
***************
*** 3836,3840 ****
my $templ = $self->load_template__( 'shutdown-page.thtml','',$session );
! for my $i ( 0..6 ) {
$templ->param( "Common_Middle_Tab$i" => "menuStandard" );
}
--- 3836,3840 ----
my $templ = $self->load_template__( 'shutdown-page.thtml','',$session );
! for my $i ( 0..5 ) {
$templ->param( "Common_Middle_Tab$i" => "menuStandard" );
}
|