30$wDesc=
new ITextArea(
'p_desc', strip_tags($this->tl_desc));
37$close_share=
" if ( \$('shared_{$this->tl_id}') ){ \$('shared_{$this->tl_id}').remove();}";
38echo HtmlInput::title_box(
"Note",
"todo_list_div".$this->tl_id,
'close',
$close_share,
'y');
40<form
id=
"todo_form_<?php echo $this->tl_id?>" onsubmit=
"todo_list_save(<?php echo $this->tl_id?>);return false">
44 <?php echo
_(
"Date") ?>
48 <?php echo
$wDate->input() ?>
54 <?php echo
_(
"Titre") ?>
70 <?php echo
_(
'Public')?>
87 <?php echo
_(
'Partage')?>
90 <?php echo HtmlInput::anchor(
_(
'Partage'),
"",
" onclick=\"todo_list_share({$this->tl_id},{$dossier}) \";")?>
97 <?php echo
h(
$wDesc->input()); ?>
98 <?php echo dossier::hidden(); ?>
99 <?php echo HtmlInput::hidden(
'act',
'save') ?>
100 <?php echo HtmlInput::hidden(
'id',$this->tl_id) ?>
101 <
p style=
'text-align: center'>
102 <ol
style=
"list-style: none;">
103 <?php
if ($this->use_login == $_SESSION[SESSION_KEY.
'g_user']) : ?>
104 <li
style=
"display:inline">
105 <input
type=
"submit" class=
"smallbutton" value=
"<?php echo _('Sauve');?>" onclick=
"todo_list_save(<?php echo $this->tl_id?>);return false">
108 <li
style=
"display:inline">
109 <?php echo HtmlInput::button_close(
"todo_list_div".$this->tl_id);?>
tr($p_string, $p_extra='')
td($p_string='', $p_extra='')
surround the string with td
global $g_user
if no group available , then stop
h( $row[ 'oa_description'])
_("actif, passif,charge,...")
Html Input : Input a date format dd.mm.yyyy The property title should be set to indicate what it is e...