0000572: Ajout de dépôt pour les stocks
This commit is contained in:
parent
b14f3c3665
commit
821f5e93e3
8 changed files with 419 additions and 109 deletions
|
|
@ -588,9 +588,10 @@ class HtmlInput
|
|||
}
|
||||
return $array[$ind];
|
||||
}
|
||||
static function title_box($name,$div)
|
||||
static function title_box($name,$div,$mod="close")
|
||||
{
|
||||
$r=HtmlInput::anchor_close($div);
|
||||
if ($mod=='close') $r=HtmlInput::anchor_close($div);
|
||||
if ($mod=='hide') $r=HtmlInput::anchor_hide(_('Fermer'),"$('$div').hide()");
|
||||
$r.=h2info($name);
|
||||
return $r;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue