Replaced POST->GET for query forms.
This commit is contained in:
parent
b9e87e85e3
commit
6ffefcd8d6
4 changed files with 4 additions and 4 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue