noalyss Version-9
Variables
followup-show-action-add.php File Reference

display a button for adding an followup action More...

Go to the source code of this file.

Variables

if(! empty($pa_param)) $action =new ISelect("action_type")
 
 $cn =Dossier::connect()
 
global $g_user
 
 $sup_parameter =HtmlInput::array_to_string(["sc","sb","f_id","qcode"], $_REQUEST,"&")
 
 if (! empty( $g_user->get_writable_profile()))
 
$action rowsize =10
 
$action selected =$action->value[0]['value']
 
$action style ='style="width:95%"'
 
$action value =$cn->make_array("select dt_id,dt_value from document_type order by 2")
 

Detailed Description

display a button for adding an followup action

Definition in file followup-show-action-add.php.

Variable Documentation

◆ $action

if (! empty( $pa_param)) $action =new ISelect("action_type")

Definition at line 57 of file followup-show-action-add.php.

◆ $cn

Definition at line 27 of file followup-show-action-add.php.

◆ $g_user

global $g_user

Definition at line 32 of file followup-show-action-add.php.

◆ $sup_parameter

$sup_parameter =HtmlInput::array_to_string(["sc","sb","f_id","qcode"], $_REQUEST,"&")

Definition at line 26 of file followup-show-action-add.php.

◆ if

if(! empty($g_user->get_writable_profile())) ( !   empty $g_user->get_writable_profile())

Definition at line 33 of file followup-show-action-add.php.

◆ rowsize

$action rowsize =10

Definition at line 61 of file followup-show-action-add.php.

Referenced by ISelect\input().

◆ selected

$action selected =$action->value[0]['value']

Definition at line 60 of file followup-show-action-add.php.

◆ style

$action style ='style="width:95%"'

Definition at line 58 of file followup-show-action-add.php.

◆ value

$action value =$cn->make_array("select dt_id,dt_value from document_type order by 2")

Definition at line 59 of file followup-show-action-add.php.