task 0000018: Gestion des modèles de documents

This commit is contained in:
Dany De Bontridder 2010-11-14 20:27:00 +00:00
parent 312c912719
commit a5ee2dbd03
7 changed files with 315 additions and 5 deletions

View file

@ -249,6 +249,15 @@ class HtmlInput
return sprintf('<A class="detail" style="text-decoration:underline" HREF="javascript:modifyOperation(%d,%d)">%s</A>',
$p_jr_id,dossier::id(),$p_mesg);
}
/**
* return a string containing the html code for calling the modifyModeleDocument
*/
static function detail_modele_document($p_id,$p_mesg)
{
return sprintf('<A class="detail" style="text-decoration:underline" HREF="javascript:modifyModeleDocument(%d,%d)">%s</A>',
$p_id,dossier::id(),$p_mesg);
}
/**
* display a div with the history of the card
*/