Follow-up correct link
This commit is contained in:
parent
f880de5045
commit
3e109f941c
2 changed files with 9 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ global $http;
|
|||
|
||||
$str_dossier=Dossier::get();
|
||||
|
||||
$root="?".http_build_query(["ac"=>$http->request("ac"),"sb"=>"detail","f_id"=>$http->request("f_id","number")]);
|
||||
$root="do.php?".http_build_query(["ac"=>$http->request("ac"),"sb"=>"detail","f_id"=>$http->request("f_id","number")]);
|
||||
$root.="&".$str_dossier;
|
||||
|
||||
$ss_action=$http->request("sc", "string", "dc");
|
||||
|
|
|
|||
|
|
@ -40,8 +40,14 @@ $ag_id=$http->request("ag_id","string","0");
|
|||
if (! isset($_GET['submit_query'])) {$_REQUEST['closed_action']=1;$_GET['closed_action']=1;}
|
||||
|
||||
$p_action=$http->request('ac');
|
||||
$base="ac=$p_action&sc=sv&sb=detail&f_id=".$_REQUEST['f_id']."&".HtmlInput::request_to_string(array("closed_action","remind_date_end","remind_date","sag_ref","only_internal","state","gDossier","qcode","ag_dest","query","tdoc","date_start","date_end","hsstate","searchtag","sb","sc"),"");
|
||||
$retour=HtmlInput::button_anchor('Retour','?'.dossier::get().'&'.$base);
|
||||
$base="do.php?".http_build_query(["ac"=>$p_action,
|
||||
"sc"=>"sv",
|
||||
"sb"=>"detail",
|
||||
"f_id"=>$http->request("f_id","number"),
|
||||
"gDossier"=>Dossier::id()
|
||||
])."&"
|
||||
;
|
||||
$retour=HtmlInput::button_anchor(_('retour'),$base);
|
||||
|
||||
$fiche=new Fiche($cn,$http->request("f_id","number"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue