← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6774: (patient) Minor fix.

 

------------------------------------------------------------
revno: 6774
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-04-27 12:29:17 +0700
message:
  (patient) Minor fix.
added:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/images/grid-split.gif
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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