noalyss Version-9
|
Page who manage the different actions (meeting, letter) More...
Go to the source code of this file.
Variables | |
$ag_id =$http->request("ag_id","string","0") | |
$base ="do.php?".http_build_query(["ac"=>$http->request("ac"),"gDossier"=>Dossier::id()]) | |
global | $g_user |
$http =new HttpInput() | |
$retour | |
$sub_action =$http->request("sa","string","") | |
Show the list of action, this code should be common to several webpage. But for the moment we keep like that because it is used only by this file. More... | |
Page who manage the different actions (meeting, letter)
Definition in file action.inc.php.
$ag_id =$http->request("ag_id","string","0") |
Definition at line 54 of file action.inc.php.
Referenced by HtmlInput\detail_action(), and Card_Multiple\display_option().
$base ="do.php?".http_build_query(["ac"=>$http->request("ac"),"gDossier"=>Dossier::id()]) |
Definition at line 56 of file action.inc.php.
Referenced by Follow_Up\display_children(), Follow_Up\display_parent(), Sort_Table\get_header(), and menu_acc_plan().
global $g_user |
Definition at line 24 of file action.inc.php.
$http =new HttpInput() |
Definition at line 25 of file action.inc.php.
$retour |
Definition at line 27 of file action.inc.php.
$sub_action =$http->request("sa","string","") |
Show the list of action, this code should be common to several webpage. But for the moment we keep like that because it is used only by this file.
$cn | database connection |
$retour | button for going back |
$h_url | calling url |
Definition at line 50 of file action.inc.php.