=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/index.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/index.vm 2012-03-05 04:22:57 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/index.vm 2012-03-05 05:12:53 +0000 @@ -8,6 +8,7 @@ #introListImgItem( "anonymousRegistration.action" "anonymous_events" "dataentry" ) #introListImgItem( "reportSelect.action" "program_summary" "summaryreport" ) #introListImgItem( "showSingleEventReportForm.action" "anonymous_event_reports" "summaryreport" ) + #introListImgItem( "tabularReportSelect.action" "tabular_report" "summaryreport" ) #introListImgItem( "visitplan.action" "visit_plan" "visitplan" ) #introListImgItem( "caseAggregationForm.action" "case_aggregation" "caseaggregation" ) \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2012-03-05 04:22:57 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2012-03-05 05:12:53 +0000 @@ -809,4 +809,4 @@ input.autocomplete( "search", "" ); input.focus(); }); -} \ No newline at end of file +} === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/tabularReport.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/tabularReport.js 2012-03-05 04:22:57 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/tabularReport.js 2012-03-05 05:12:53 +0000 @@ -295,7 +295,7 @@ if( item.value!= '' ) { var value = item.value; - var flag = value.match(/[>|>=|<|<=|=|!=]'[%]?[\w]+[%]?'/); + var flag = value.match(/[>|>=|<|<=|=|!=]'[%]?.+[%]?'/); if( flag == null ) { === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/dataEntry.css' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/dataEntry.css 2012-02-17 14:13:38 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/dataEntry.css 2012-03-05 05:12:53 +0000 @@ -106,4 +106,6 @@ .small-button { font-size: .8em !important; -} \ No newline at end of file +} + +.ui-autocomplete { height: 100px; overflow-y: scroll; overflow-x: hidden;} \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/report.css' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/report.css 2012-03-05 04:22:57 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/report.css 2012-03-05 05:12:53 +0000 @@ -16,4 +16,6 @@ .small-button { font-size: .8em !important; -} \ No newline at end of file +} + +.ui-autocomplete { height: 100px; overflow-y: scroll; overflow-x: hidden;} \ No newline at end of file