0000159: Changement de période devrait être un popup en html

This commit is contained in:
Dany De Bontridder 2010-12-02 20:31:18 +00:00
parent 8328a7237b
commit 710d4bbf27
5 changed files with 216 additions and 18 deletions

View file

@ -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;
}
}