Merge remote branch 'upstream/master' into BUG-10054
This commit is contained in:
@@ -75,7 +75,6 @@
|
||||
}
|
||||
|
||||
function dynaformSave ( form, bOpen ) {
|
||||
alert('guardando');
|
||||
var nameDynaForm = getField('DYN_TITLE').value;
|
||||
var proUid = getField('PRO_UID').value;
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user