noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Functions
confirm.js File Reference

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)

Detailed Description

Manage the confirmation process for deleting a template.

Definition in file confirm.js.


Function Documentation

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');

}
 All Data Structures Namespaces Files Functions Variables Enumerations