The calc is now in a small div, available everywhere

This commit is contained in:
Dany De Bontridder 2010-08-02 19:14:01 +00:00
parent 1077cb95ac
commit 1bb5bd3fd9
16 changed files with 45 additions and 79 deletions

View file

@ -68,6 +68,13 @@ require_once('class_html_input.php');
$select_all->javascript="unselect_checkbox($p_form)";
return $select_all->input();
}
static function show_calc() {
$calc=new IButton('shcalc');
$calc->label=_('Calculatrice');
$calc->javascript="show_calc()";
return $calc->input();
}
static public function test_me()
{