Manage the confirmation process for deleting a template. More...
Go to the source code of this file.
Functions | |
| function | confirm_remove (p_obj_id, p_type) |
Manage the confirmation process for deleting a template.
Definition in file confirm.js.
| function confirm_remove | ( | p_obj_id, | |
| p_type | |||
| ) |
Definition at line 28 of file confirm.js.
{
var
a=open('confirm_remove.php?ob_id='+p_obj_id+'&p_type='+p_type,'Confirmez effacement','toolbar=no,width=500,height=400,scrollbars=yes,resizable=yes');
}