task 0000018: Gestion des modèles de documents
This commit is contained in:
parent
312c912719
commit
a5ee2dbd03
7 changed files with 315 additions and 5 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue