Task #988 - FOLLOWUP : plusieurs intervenants
Plusieurs intervenants pour les actions de gestion * ajax pour ajouter, enlever * dans la recherche
This commit is contained in:
parent
7aabfa478f
commit
92ca5ceebe
11 changed files with 602 additions and 112 deletions
|
|
@ -878,7 +878,16 @@ class HtmlInput
|
|||
$rmOperation=sprintf("javascript:if ( confirm('"._('Voulez-vous effacer cette relation ')."')==true ) {remove_operation('%s','%s');}",
|
||||
dossier::id(),
|
||||
$p_operation);
|
||||
$js= '<a class="smallbutton" style="padding:0px;display:inline" style="color:orange" id="acop'.$p_operation.'" href="'.$rmOperation.'">'."ⵝ".'</a>';
|
||||
$js= '<a class="tinybutton" id="acop'.$p_operation.'" href="'.$rmOperation.'">'."ⵝ".'</a>';
|
||||
return $js;
|
||||
}
|
||||
static function button_action_add_concerned_card($p_agid)
|
||||
{
|
||||
$dossier=Dossier::id();
|
||||
$javascript= <<<EOF
|
||||
obj={dossier:$dossier,ag_id:$p_agid};action_add_concerned_card(obj);
|
||||
EOF;
|
||||
$js=HtmlInput::button_action(_('Ajout autres'), $javascript);
|
||||
return $js;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue