31$date->id=
"date_event_action_short";
37$summary->style=
'class="itextarea" style="padding:0px;margin:0px"';
42$type->value=
$cn->make_array(
"select dt_id,dt_value from document_type order by dt_value", 1);
47$profile->value=
$cn->make_array(
"select p_id as value, ".
52 .
$g_user->sql_writable_profile()
58 array(
'value'=>1,
'label'=>_(
'Haute')),
59 array(
'value'=>2,
'label'=>_(
'Moyenne')),
60 array(
'value'=>3,
'label'=>_(
'Basse'))
73$dest->set_dblclick(
"fill_ipopcard(this);");
74$dest->set_attribute(
'ipopup',
'ipopcard');
75$dest->style=
' style="vertical-align:0%"';
83<
span class=
"notice" style=
"float:right" id=
"action_add_frm_info"></
span>
84<form method=
"get" style=
"margin-left:5%;margin-right: 10%" id=
"action_add_frm" onsubmit=
"action_save_short(<?php echo Dossier::id()?>);return false">
86 <?php echo _(
'Date').
" ".
$date->input()?>
89 <?php echo _(
'Heure').
" ".
$hour->input()?>
92 <?php echo _(
'Type évenement')?>
93<?php echo
$type->input();?>
97<?php echo _(
'Destinataire')?> <?php echo
$dest->input();?>
100 <?php echo _(
'Priorité')?>
104 <?php echo _(
'groupe')?>
110 <?php echo _(
'Sujet')?>
111 <?php echo
$title->input()?>
114<
span > <?php echo _(
"Description")?>
124<ol
style=
"list-style: none">
125 <li
style=
"display:inline">
128 <li
style=
"display:inline">
span($p_string, $p_extra='')
static id()
return the 'gDossier' value after a check
Input HTML for the card show buttons, in the file, you have to add card.js How to use :
Html Input : Input a date format dd.mm.yyyy The property title should be set to indicate what it is e...
Html Input , create a tag <SELECT> ... </SELECT> if readonly == true then display the label correspon...
Manage the TEXTAREA html element.