Replaced POST->GET for query forms.

This commit is contained in:
Stan Pinte 2005-07-31 10:38:33 +00:00
parent b9e87e85e3
commit 6ffefcd8d6
4 changed files with 4 additions and 4 deletions

View file

@ -138,7 +138,7 @@ if ( $action == 'voir_jrn' ) {
<div class="u_redcontent">
<?
echo "<form method= \"post\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
echo "<form method= \"get\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
$w=new widget("select");

View file

@ -147,7 +147,7 @@ if ( $action == 'voir_jrn' ) {
<div class="u_redcontent">
<?
echo "<form method= \"post\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
echo "<form method= \"get\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
$w=new widget("select");

View file

@ -146,7 +146,7 @@ if ( $action == 'voir_jrn' ) {
<div class="u_redcontent">
<?
echo "<form method= \"post\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
echo "<form method= \"get\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
$w=new widget("select");

View file

@ -128,7 +128,7 @@ if ( isset($_POST["record_and_print_invoice"])) {
?>
<div class="u_redcontent">
<?
echo "<form method= \"post\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
echo "<form method=\"get\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
$w=new widget("select");