From: <ssc...@us...> - 2003-06-07 03:13:16
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv29943 Modified Files: HTML.pm Log Message: magnets table now uses POST Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.165 retrieving revision 1.166 diff -C2 -d -r1.165 -r1.166 *** HTML.pm 2 Jun 2003 19:51:00 -0000 1.165 --- HTML.pm 7 Jun 2003 03:13:13 -0000 1.166 *************** *** 1358,1362 **** # magnet listing headings ! $body .= "<form action=\"/magnets\">\n"; $body .= "<table width=\"75%\" class=\"magnetsTable\" summary=\"$self->{language__}{Magnet_MainTableSummary}\">\n"; $body .= "<caption>$self->{language__}{Magnet_Message1}</caption>\n"; --- 1358,1362 ---- # magnet listing headings ! $body .= "<form action=\"/magnets\" method=\"POST\">\n"; $body .= "<table width=\"75%\" class=\"magnetsTable\" summary=\"$self->{language__}{Magnet_MainTableSummary}\">\n"; $body .= "<caption>$self->{language__}{Magnet_Message1}</caption>\n"; |