=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-04-27 09:36:41 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-04-27 09:44:11 +0000 @@ -812,7 +812,6 @@ sortAscText: TR.i18n.asc, sortDescText: TR.i18n.desc } - i++; } TR.cmp.params.identifierType.selected.store.each( function(r) { === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css 2012-04-27 09:18:31 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css 2012-04-27 09:44:11 +0000 @@ -684,7 +684,29 @@ .hidden { display: none; } - .x-panel-header-default{ - background: #ffffff !important; -} + background: #FOFOFO !important; + background-image:-webkit-gradient(linear, 100% 100%, 100% 100%, color-stop(100%, #f0f0f0), color-stop(100%, #f0f0f0)) !important;; + background-image:-webkit-linear-gradient(top, #f0f0f0,#f0f0f0) !important;; + background-image:-moz-linear-gradient(top, #f0f0f0,#f0f0f0) !important;; + background-image:-o-linear-gradient(top, #f0f0f0,#f0f0f0) !important;; + background-image:-ms-linear-gradient(top, #f0f0f0,#f0f0f0) !important;; + background-image:linear-gradient(top, #f0f0f0,#f0f0f0) !important;; + border-width:0 !important; + } + +.x-hmenu-sort-desc +{ + display:none; +} + +.x-hmenu-sort-asc +{ + display:none; +} + + .x-menu-item-separator + { + display:none; + } + \ No newline at end of file