=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js 2013-12-27 18:04:31 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js 2013-12-31 12:06:53 +0000 @@ -2740,7 +2740,7 @@ Ext.defer(fn, 100); - return '
' + value + '
'; + return '
' + value + '
'; } }, { === modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/core.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/core.js 2013-12-30 22:40:03 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/core.js 2013-12-31 00:23:25 +0000 @@ -1001,11 +1001,9 @@ rows = [], lonIndex, latIndex, - map; + map = Ext.clone(r.metaData.names); // name-column map, lonIndex, latIndex - map = Ext.clone(r.metaData.names); - for (var i = 0; i < r.headers.length; i++) { map[r.headers[i].name] = r.headers[i].column; === modified file 'dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/styles/style.css' --- dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/styles/style.css 2013-12-05 16:34:40 +0000 +++ dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/styles/style.css 2013-12-31 00:23:25 +0000 @@ -942,7 +942,7 @@ /* accordion title dock text, shared */ .ns-accordion .x-accordion-hd .x-panel-header-text { - font-weight: normal; + font-weight: bold; cursor: pointer; }