=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties 2012-10-10 15:51:52 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties 2012-10-15 08:45:08 +0000 @@ -14,7 +14,7 @@ select=Select period=Period filter_on_section=Filter on section -filter_in_section=Filter in section.. +filter_in_section=Filter in section show_all_sections=Show all sections earlier_periods=Earlier periods later_periods=Later periods === modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm 2012-10-02 14:18:38 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm 2012-10-15 08:45:08 +0000 @@ -31,7 +31,7 @@ #set( $categoryOptions = $optionsMap.get( $category.id ) ) #set( $colCount = $colCount / $categoryOptions.size() ) - #if( $hasFilterInSection == false )#set( $hasFilterInSection = true )#end + #if( $hasFilterInSection == false )#set( $hasFilterInSection = true )#end #set( $cols = $colRepeat.get( $category.id ) ) #foreach( $col in $cols ) #foreach( $categoryOption in $categoryOptions ) === modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2012-10-15 08:33:30 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2012-10-15 08:45:08 +0000 @@ -45,3 +45,11 @@ padding-right: 2px; padding-left: 2px; } + +.sectionFilter +{ + padding: 5px; + border: solid 1px #f0f0f0; + outline: 0; + color: #333; +}