Merged in gproly/processmaker (pull request #339)

add id's
This commit is contained in:
Julio Cesar Laura Avendaño
2014-03-27 11:01:17 -04:00
3 changed files with 9 additions and 0 deletions

View File

@@ -559,6 +559,7 @@ ImportPMTableCSV = function(){
[',', 'Comma (,)']]
});
var w = new Ext.Window({
id: 'windowImportUploader',
title : '',
width : 440,
height : 180,
@@ -672,6 +673,7 @@ ExportPMTableCSV = function(){
[',', 'Comma (,)']]
});
var w = new Ext.Window({
id: 'windowExportUploader',
title : '',
width : 320,
height : 140,

View File

@@ -511,6 +511,7 @@ DeletePMTable = function() {
ImportPMTable = function(){
var w = new Ext.Window({
id: 'windowPmTableUploaderImport',
title: '',
width: 420,
height: 160,
@@ -570,6 +571,7 @@ ImportPMTable = function(){
}
else {
win = new Ext.Window({
id: 'windowImportingError',
applyTo:'hello-win',
layout:'fit',
width:500,
@@ -659,6 +661,7 @@ PMTableData = function()
}
win = new Ext.Window({
id: 'windowPmtablesReportTable',
layout: 'fit',
width: 700,
height: 400,