=== modified file 'local/in/dhis-in-api/pom.xml' --- local/in/dhis-in-api/pom.xml 2011-12-26 07:15:40 +0000 +++ local/in/dhis-in-api/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis - 2.6 + 2.7-SNAPSHOT dhis-in-api === modified file 'local/in/dhis-in-services/dhis-in-service-configuration/pom.xml' --- local/in/dhis-in-services/dhis-in-service-configuration/pom.xml 2011-12-26 07:15:40 +0000 +++ local/in/dhis-in-services/dhis-in-service-configuration/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.6 + 2.7-SNAPSHOT dhis-in-service-configuration === modified file 'local/in/dhis-in-services/dhis-in-service-dataentrystatus/pom.xml' --- local/in/dhis-in-services/dhis-in-service-dataentrystatus/pom.xml 2011-12-26 07:15:40 +0000 +++ local/in/dhis-in-services/dhis-in-service-dataentrystatus/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.6 + 2.7-SNAPSHOT dhis-in-service-dataentrystatus === modified file 'local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml' --- local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml 2011-12-26 07:15:40 +0000 +++ local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.6 + 2.7-SNAPSHOT dhis-in-service-dbmanager === modified file 'local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml' --- local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml 2011-12-26 07:15:40 +0000 +++ local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.6 + 2.7-SNAPSHOT dhis-in-service-linelisting === modified file 'local/in/dhis-in-services/dhis-in-service-reports/pom.xml' --- local/in/dhis-in-services/dhis-in-service-reports/pom.xml 2011-12-26 07:15:40 +0000 +++ local/in/dhis-in-services/dhis-in-service-reports/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.6 + 2.7-SNAPSHOT dhis-in-service-reports === modified file 'local/in/dhis-in-services/dhis-in-service-survey/pom.xml' --- local/in/dhis-in-services/dhis-in-service-survey/pom.xml 2011-12-26 07:15:40 +0000 +++ local/in/dhis-in-services/dhis-in-service-survey/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.6 + 2.7-SNAPSHOT dhis-in-service-survey === modified file 'local/in/dhis-in-services/pom.xml' --- local/in/dhis-in-services/pom.xml 2011-12-26 07:15:40 +0000 +++ local/in/dhis-in-services/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis - 2.6 + 2.7-SNAPSHOT dhis-in-services === modified file 'local/in/dhis-mobile/dhis-service-mobile/pom.xml' --- local/in/dhis-mobile/dhis-service-mobile/pom.xml 2011-12-26 07:15:40 +0000 +++ local/in/dhis-mobile/dhis-service-mobile/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-services - 2.6 + 2.7-SNAPSHOT dhis-service-mobile === modified file 'local/in/dhis-mobile/dhis-web-mobile/pom.xml' --- local/in/dhis-mobile/dhis-web-mobile/pom.xml 2011-12-26 07:49:43 +0000 +++ local/in/dhis-mobile/dhis-web-mobile/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-web - 2.6 + 2.7-SNAPSHOT dhis-web-mobile === modified file 'local/in/dhis-web-dashboard/pom.xml' --- local/in/dhis-web-dashboard/pom.xml 2011-12-26 07:15:40 +0000 +++ local/in/dhis-web-dashboard/pom.xml 2012-01-10 10:35:10 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-web - 2.6 + 2.7-SNAPSHOT dhis-web-dashboard === modified file 'local/in/dhis-web-dashboard/src/main/java/org/hisp/dhis/dataanalyser/action/GetDataElementsAction.java' --- local/in/dhis-web-dashboard/src/main/java/org/hisp/dhis/dataanalyser/action/GetDataElementsAction.java 2011-09-03 09:46:15 +0000 +++ local/in/dhis-web-dashboard/src/main/java/org/hisp/dhis/dataanalyser/action/GetDataElementsAction.java 2012-01-10 10:35:10 +0000 @@ -149,8 +149,9 @@ { optionComboIds = new ArrayList(); optionComboNames = new ArrayList(); - - if ( id == null || id == ALL ) + + System.out.println(" id = " +id ); + if ( id == null || id == 0 ) { dataElements = new ArrayList( dataElementService.getAllDataElements() ); System.out.println("id = "+id + " dataElements size = "+dataElements.size()); === modified file 'local/in/dhis-web-dashboard/src/main/resources/org/hisp/dhis/dataanalyser/i18n_module.properties' --- local/in/dhis-web-dashboard/src/main/resources/org/hisp/dhis/dataanalyser/i18n_module.properties 2011-12-03 07:44:11 +0000 +++ local/in/dhis-web-dashboard/src/main/resources/org/hisp/dhis/dataanalyser/i18n_module.properties 2012-01-10 10:35:10 +0000 @@ -157,4 +157,5 @@ dataset_not_selected = Select Available data sets bulk_sms = Bulk SMS due_dates = Due Dates -ds_sms = DS SMS \ No newline at end of file +ds_sms = DS SMS +filter = Filter \ No newline at end of file === modified file 'local/in/dhis-web-dashboard/src/main/webapp/dhis-web-dashboard/graphicalAnalysisDataElementFront.vm' --- local/in/dhis-web-dashboard/src/main/webapp/dhis-web-dashboard/graphicalAnalysisDataElementFront.vm 2011-09-03 09:46:15 +0000 +++ local/in/dhis-web-dashboard/src/main/webapp/dhis-web-dashboard/graphicalAnalysisDataElementFront.vm 2012-01-10 10:35:10 +0000 @@ -105,11 +105,23 @@ -   +   +   +   + + + + $i18n.getString( "filter" ):      +   +   +   + + + $i18n.getString( "ga_available_delist" )
+   +   +   +   +   + + $i18n.getString( "ga_available_indicatorList" )