From: John Graham-C. <jgr...@us...> - 2005-12-20 19:33:46
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16797/UI Modified Files: HTML.pm Log Message: Clicking on the Users, Administration or Advanced tabs brought up the right screen but highlighted the wrong tab Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.362 retrieving revision 1.363 diff -C2 -d -r1.362 -r1.363 *** HTML.pm 19 Dec 2005 11:41:53 -0000 1.362 --- HTML.pm 20 Dec 2005 19:33:33 -0000 1.363 *************** *** 1296,1300 **** } ! $self->http_ok( $client,$templ, 4, $session ); } --- 1296,1300 ---- } ! $self->http_ok( $client,$templ, 3, $session ); } *************** *** 1526,1530 **** } ! $self->http_ok( $client, $templ, 5, $session ); } --- 1526,1530 ---- } ! $self->http_ok( $client, $templ, 4, $session ); } *************** *** 1673,1677 **** $templ->param( 'Advanced_Loop_Parameter' => \@param_loop ); ! $self->http_ok( $client, $templ, 6, $session ); } --- 1673,1677 ---- $templ->param( 'Advanced_Loop_Parameter' => \@param_loop ); ! $self->http_ok( $client, $templ, 5, $session ); } |