The calc is now in a small div, available everywhere
This commit is contained in:
parent
1077cb95ac
commit
1bb5bd3fd9
16 changed files with 45 additions and 79 deletions
|
|
@ -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()
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue