=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js 2011-06-14 08:04:40 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dropdown.js 2011-06-17 17:53:38 +0000 @@ -1,3 +1,4 @@ + function setAreaItem( area, item ) { $.get( "setAreaItem.action", { @@ -24,13 +25,13 @@ var width = 700 + 20; var height = 500 + 20; - $( '#chartImage' ).attr( 'src', url ); - $( '#chartView' ).dialog( { + $( "#chartImage" ).attr( "src", url ); + $( "#chartView" ).dialog( { autoOpen : true, modal : true, height : height + 35, width : width, resizable : false, - title : 'Viewing Chart' + title : "Viewing Chart" } ); } === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm 2011-06-17 10:58:25 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/mainForm.vm 2011-06-17 17:53:38 +0000 @@ -81,6 +81,6 @@ - + +