From: <ssc...@us...> - 2003-04-21 09:03:09
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv30268 Modified Files: HTML.pm Log Message: fix classing (skinning) of next/previous buttons Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.141 retrieving revision 1.142 diff -C2 -d -r1.141 -r1.142 *** HTML.pm 20 Apr 2003 21:09:06 -0000 1.141 --- HTML.pm 21 Apr 2003 09:03:05 -0000 1.142 *************** *** 2908,2912 **** # navigator ! $body .= "<td>\n"; if ( $index > 0 ) { --- 2908,2912 ---- # navigator ! $body .= "<td class=\"historyNavigatorTop\">\n"; if ( $index > 0 ) { |