=== 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 00:59:48 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-04-27 05:29:17 +0000 @@ -895,7 +895,7 @@ // grid this.datatable = Ext.create('Ext.grid.Panel', { - height: TR.util.viewport.getSize().y - 60, + height: TR.util.viewport.getSize().y - 58, id: 'gridTable', columns: cols, scroll: 'both', @@ -914,7 +914,6 @@ xtype: 'button', icon: 'images/arrowleftdouble.png', id:'firstPageBtn', - width: 22, handler: function() { TR.exe.paging(1); } @@ -923,14 +922,13 @@ xtype: 'button', icon: 'images/arrowleft.png', id:'previousPageBtn', - width: 22, handler: function() { TR.exe.paging( eval(TR.cmp.settings.currentPage.rawValue) - 1 ); } }, { - xtype: 'label', - text: '|' + xtype: 'button', + icon: 'images/grid-split.gif' }, { xtype: 'label', @@ -965,7 +963,11 @@ }, { xtype: 'label', - text: ' of ' + TR.state.total + ' | ' + text: ' of ' + TR.state.total + }, + { + xtype: 'button', + icon: 'images/grid-split.gif' }, { xtype: 'button', @@ -984,8 +986,8 @@ } }, { - xtype: 'label', - text: '|' + xtype: 'button', + icon: 'images/grid-split.gif' }, { xtype: 'button', === added file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/images/grid-split.gif' Binary files dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/images/grid-split.gif 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/images/grid-split.gif 2012-04-27 05:29:17 +0000 differ