%PDF- %PDF-
Direktori : /home/infra/fusioninventory/lib/ |
Current File : //home/infra/fusioninventory/lib/deploy_editsubtype.min.js |
function edit_subtype(subtype,packages_id,_rand,el){jQuery("#table_"+subtype+"_"+_rand+" tr").removeClass("selected");var params={subtype:subtype,packages_id:packages_id,rand:_rand,mode:"create"};var row=null;if(el){row=jQuery(el).parents("tr:first")}if(row){row.addClass("selected");params["index"]=row.index();params["mode"]="edit"}document.getElementById("th_title_"+subtype+"_"+_rand).scrollIntoView();element="#"+subtype+"s_block"+_rand;jQuery(element).css("display","block");jQuery(element).load("../ajax/deploypackage_form.php",params)}function new_subtype(subtype,packages_id,_rand){edit_subtype(subtype,packages_id,_rand,null)}