Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv19043
Modified Files:
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.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** HTML.pm 6 Mar 2003 22:08:14 -0000 1.109
--- HTML.pm 7 Mar 2003 08:32:16 -0000 1.110
***************
*** 2717,2721 ****
# 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";
--- 2717,2721 ----
# 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";
|