=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/chart/action/SaveChartAction.java' --- dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/chart/action/SaveChartAction.java 2010-07-18 15:17:23 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/chart/action/SaveChartAction.java 2010-08-28 13:00:00 +0000 @@ -261,7 +261,7 @@ List indicators = new ArrayList(); List organisationUnits = new ArrayList(); List periods = new ArrayList( periodService.getPeriodsByExternalIds( selectedPeriods ) ); - + System.out.println("\n\n ======= \n periods : " + periods); for ( Integer id : getIntegerCollection( selectedIndicators ) ) { indicators.add( indicatorService.getIndicator( id ) ); === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties 2010-08-28 10:44:15 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties 2010-08-28 13:00:00 +0000 @@ -313,4 +313,4 @@ value_x_selected_indicators = Value (X) - Selected indicators value_x_available_indicators = Value (X) - Available indicators category_y_selected_periods = Value (Y) - Selected periods -value_y_available_indicators = Value (Y) - Available periods \ No newline at end of file +category_y_available_periods = Value (Y) - Available periods \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addChartIndicatorModeForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addChartIndicatorModeForm.vm 2010-08-28 11:17:53 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addChartIndicatorModeForm.vm 2010-08-28 13:00:00 +0000 @@ -51,7 +51,54 @@ + + + $i18n.getString( "relative_periods" ) + + + + +   + +   + +   + + + + + + + + + + +   + +   + +   + + + + + + + + + + +   + +   + + + + + + + $i18n.getString( "value_x_available_indicators" )