noalyss Version-9
Variables
action_display_short.php File Reference

call from follow_up::display_short display a small form to enter a new event More...

Go to the source code of this file.

Variables

 $date =new IDate("date_event")
 
 $dest =new ICard('dest')
 
global $g_user
 
 $hour =new IText('hour_event')
 
 $list_recipient =$cn->make_list('select fd_id from fiche_def where frd_id in (14,25,8,9,16)')
 
 $priority =new ISelect('event_priority')
 
 $profile =new ISelect('event_group')
 
 $summary =new ITextarea('summary')
 
 $title =new IText('title_event')
 
 $type =new ISelect("type_event")
 
return false Description text align
 
$title css_isze ="60%"
 
$dest extra =$list_recipient
 
$date id ="date_event_action_short"
 
$dest jrn =0
 
$dest label =""
 
$type name ="type_event"
 
$type selected =0
 
$title size ="60"
 
$summary style ='class="itextarea" style="padding:0px;margin:0px"'
 
$type value =$cn->make_array("select dt_id,dt_value from document_type order by dt_value", 1)
 

Detailed Description

call from follow_up::display_short display a small form to enter a new event

Definition in file action_display_short.php.

Variable Documentation

◆ $date

$date =new IDate("date_event")

◆ $dest

$dest =new ICard('dest')

Definition at line 65 of file action_display_short.php.

◆ $g_user

global $g_user

Definition at line 28 of file action_display_short.php.

◆ $hour

$hour =new IText('hour_event')

Definition at line 78 of file action_display_short.php.

◆ $list_recipient

$list_recipient =$cn->make_list('select fd_id from fiche_def where frd_id in (14,25,8,9,16)')

Definition at line 70 of file action_display_short.php.

Referenced by Follow_Up\display().

◆ $priority

$priority =new ISelect('event_priority')

Definition at line 56 of file action_display_short.php.

Referenced by Follow_Up\myList().

◆ $profile

$profile =new ISelect('event_group')

Definition at line 46 of file action_display_short.php.

◆ $summary

$summary =new ITextarea('summary')

Definition at line 36 of file action_display_short.php.

◆ $title

$title =new IText('title_event')

Definition at line 32 of file action_display_short.php.

◆ $type

$type =new ISelect("type_event")

Definition at line 40 of file action_display_short.php.

◆ align

return false Description text align

◆ css_isze

$title css_isze ="60%"

Definition at line 34 of file action_display_short.php.

◆ extra

$dest extra =$list_recipient

Definition at line 71 of file action_display_short.php.

◆ id

$date id ="date_event_action_short"

Definition at line 31 of file action_display_short.php.

◆ jrn

$dest jrn =0

Definition at line 66 of file action_display_short.php.

◆ label

$dest label =""

Definition at line 69 of file action_display_short.php.

◆ name

$dest name ="type_event"

Definition at line 41 of file action_display_short.php.

◆ selected

$priority selected =0

Definition at line 43 of file action_display_short.php.

◆ size

$hour size ="60"

Definition at line 33 of file action_display_short.php.

◆ style

$dest style ='class="itextarea" style="padding:0px;margin:0px"'

Definition at line 37 of file action_display_short.php.

◆ value

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

Definition at line 42 of file action_display_short.php.