In progress : operation detail in a html popup

This commit is contained in:
Dany De Bontridder 2010-06-26 01:14:39 +00:00
parent 37aa4eb51b
commit 1072e0863b
12 changed files with 372 additions and 20 deletions

View file

@ -67,7 +67,8 @@ $array=array(
array(28,'Extension'),
array(29,'ITVA popup'),
array(30,'Ereg and preg_match'),
array(31,'IBOX')
array(31,'IBOX'),
array(32,'Acc_Operation & children')
);
$r='<form method="get">';
$r.='<select name="test_select" >';
@ -261,6 +262,10 @@ case 31:
require_once('class_ibox.php');
IBox::test_me();
break;
case 32:
require_once('class_acc_operation.php');
Acc_Operation::test_me();
break;
}