=== modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/index.html' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/index.html 2012-07-17 09:40:47 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/index.html 2012-07-26 17:25:16 +0000 @@ -1,6 +1,8 @@ + DHIS 2 Data Visualizer + === modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2012-07-25 00:20:50 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2012-07-26 17:25:16 +0000 @@ -195,7 +195,6 @@ lastYear: 1, last5Years: 5, last12Months: 12, - last3Months: 3, last4Quarters: 4, last2SixMonths: 2, reportingMonth: 1, @@ -2096,6 +2095,7 @@ dataset: {}, relativeperiod: {}, fixedperiod: {}, + period: {}, organisationunit: {}, hidesubtitle: false, hidelegend: false, @@ -2121,8 +2121,7 @@ this.model.indicator = {}; this.model.dataelement = {}; this.model.dataset = {}; - this.model.relativeperiod = {}; - this.model.fixedperiod = {}; + this.model.period = {}; this.model.organisationunit = {}; this.model.hidesubtitle = false; this.model.hidelegend = false; @@ -3183,18 +3182,13 @@ paramName: 'last12Months', boxLabel: DV.i18n.last_12_months, checked: true - }, - { - xtype: 'checkbox', - paramName: 'last3Months', - boxLabel: DV.i18n.last_3_months } ] }, { xtype: 'panel', layout: 'anchor', - bodyStyle: 'border-style:none; padding:0 0 0 15px', + bodyStyle: 'border-style:none; padding:0 0 0 32px', defaults: { labelSeparator: '', listeners: { @@ -3226,7 +3220,7 @@ { xtype: 'panel', layout: 'anchor', - bodyStyle: 'border-style:none; padding:0 0 0 15px', + bodyStyle: 'border-style:none; padding:0 0 0 32px', defaults: { labelSeparator: '', listeners: { @@ -3302,7 +3296,7 @@ { xtype: 'panel', layout: 'anchor', - bodyStyle: 'border-style:none; padding:5px 0 0 15px', + bodyStyle: 'border-style:none; padding:5px 0 0 46px', defaults: { labelSeparator: '' },