0000159: Changement de période devrait être un popup en html
This commit is contained in:
parent
8328a7237b
commit
710d4bbf27
5 changed files with 216 additions and 18 deletions
|
|
@ -372,4 +372,11 @@ class HtmlInput
|
|||
ob_clean();
|
||||
return $r;
|
||||
}
|
||||
static function display_periode($p_id)
|
||||
{
|
||||
$r=sprintf('<a href="javascript:void(0)" onclick="display_periode(%d,%d)">Modifier</a>',
|
||||
dossier::id(),
|
||||
$p_id);
|
||||
return $r;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue