Rewriting of Predefined Operation. You can add new Predefined Operation
This commit is contained in:
parent
298121f999
commit
dee33b561f
13 changed files with 194 additions and 54 deletions
|
|
@ -35,4 +35,10 @@ $operation_predef_mtable->set_json(json_encode(array( "ac"=>$http->request("ac
|
|||
"gDossier"=>Dossier::id()
|
||||
)));
|
||||
$operation_predef_mtable->create_js_script();
|
||||
$operation_predef_mtable->display_table();
|
||||
echo '<p>';
|
||||
$operation_predef_mtable->display_button_add();
|
||||
echo '</p>';
|
||||
$operation_predef_mtable->display_table();
|
||||
echo '<p>';
|
||||
$operation_predef_mtable->display_button_add();
|
||||
echo '</p>';
|
||||
Loading…
Add table
Add a link
Reference in a new issue