Merge remote branch 'upstream/master' into BUG-10054

This commit is contained in:
Hector Cortez
2012-12-11 18:14:39 -04:00
72 changed files with 2016 additions and 1470 deletions

View File

@@ -75,7 +75,6 @@
}
function dynaformSave ( form, bOpen ) {
alert('guardando');
var nameDynaForm = getField('DYN_TITLE').value;
var proUid = getField('PRO_UID').value;

View File

@@ -85,8 +85,7 @@ function editFile(pro_uid, fileName){
position : {x:50,y:50,center:true},
title : '',
control : {close:true,resize:false},
fx : {modal:true},
fx : {shadow:true,modal:true}
fx : {shadow:true,modal:true}
};
oPanel.make();