Skip to content
Snippets Groups Projects
Commit 79263d06 authored by Frédéric France's avatar Frédéric France
Browse files

Update index.php

parent e3443365
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,10 @@ if ($resql)
$var=true;
$param="";
if ($optioncss != '') $param.='&optioncss='.$optioncss;
if ($search_ref) $param.="&search_ref=".$search_ref;
if ($search_label) $param.="&search_label=".$search_user;
if ($search_amount) $param.="&search_amount=".$search_amount_ht;
if ($optioncss != '') $param.='&optioncss='.$optioncss;
print '<form method="GET" action="'.$_SERVER["PHP_SELF"].'">'."\n";
if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment