Stock : rewrite code
This commit is contained in:
parent
24e80b805c
commit
8b454a3104
3 changed files with 39 additions and 48 deletions
|
|
@ -325,8 +325,9 @@ class HtmlInput
|
|||
|
||||
/**
|
||||
* @brief return a string containing the html code for calling the modifyModeleDocument
|
||||
* @deprecated since 9.3.0.6
|
||||
*/
|
||||
static function detail_modele_document($p_id, $p_mesg)
|
||||
static function detail_modele_document_deprecated($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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue