From: <ssc...@us...> - 2003-03-07 08:31:25
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv18719 Modified Files: Tag: v0/18/1 HTML.pm Log Message: changed main history form to POST (bug 690451 and others) Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.98 retrieving revision 1.98.2.1 diff -C2 -d -r1.98 -r1.98.2.1 *** HTML.pm 28 Feb 2003 00:21:03 -0000 1.98 --- HTML.pm 7 Mar 2003 08:31:20 -0000 1.98.2.1 *************** *** 2846,2850 **** # History page main form ! $body .= "<form id=\"HistoryMainForm\" action=\"/history\" method=\"get\">\n"; $body .= "<input type=\"hidden\" name=\"search\" value=\"$self->{form}{search}\" />\n"; $body .= "<input type=\"hidden\" name=\"sort\" value=\"$self->{form}{sort}\" />\n"; --- 2846,2850 ---- # History page main form ! $body .= "<form id=\"HistoryMainForm\" action=\"/history\" method=\"POST\">\n"; $body .= "<input type=\"hidden\" name=\"search\" value=\"$self->{form}{search}\" />\n"; $body .= "<input type=\"hidden\" name=\"sort\" value=\"$self->{form}{sort}\" />\n"; |