dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #06800
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1893: Minor fixed - Excel reporting module
------------------------------------------------------------
revno: 1893
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-08-02 10:35:56 +0700
message:
Minor fixed - Excel reporting module
modified:
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/dataElementChart.js
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/organisationChart.js
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/periodChart.js
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/dataSetCompleted.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-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/dataElementChart.js'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/dataElementChart.js 2010-07-13 15:50:08 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/dataElementChart.js 2010-08-02 03:35:56 +0000
@@ -7,7 +7,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
mode: 'local',
triggerAction: 'all',
emptyText: i18n_period,
@@ -21,7 +20,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
mode: 'remote',
triggerAction: 'all',
emptyText: i18n_period_type,
@@ -46,7 +44,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
autoWidth :true,
listWidth:400,
width:400,
@@ -104,7 +101,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
autoWidth :true,
listWidth:400,
width:400,
=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/organisationChart.js'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/organisationChart.js 2010-07-21 09:36:37 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/organisationChart.js 2010-08-02 03:35:56 +0000
@@ -8,7 +8,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
mode: 'remote',
triggerAction: 'all',
emptyText: i18n_period_type,
@@ -32,7 +31,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
mode: 'local',
triggerAction: 'all',
emptyText: i18n_period,
@@ -45,7 +43,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
autoWidth :true,
listWidth:400,
width:400,
@@ -62,7 +59,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
autoWidth :true,
listWidth:400,
width:400,
@@ -89,7 +85,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
autoWidth :true,
listWidth:400,
width:400,
@@ -107,7 +102,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
autoWidth :true,
listWidth:400,
width:400,
=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/periodChart.js'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/periodChart.js 2010-07-21 09:36:37 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/ext/periodChart.js 2010-08-02 03:35:56 +0000
@@ -7,7 +7,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
mode: 'remote',
triggerAction: 'all',
emptyText: i18n_period_type,
@@ -55,7 +54,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
autoWidth :true,
listWidth:400,
width:400,
@@ -72,7 +70,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
autoWidth :true,
listWidth:400,
width:400,
@@ -99,7 +96,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
autoWidth :true,
listWidth:400,
width:400,
@@ -117,7 +113,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
autoWidth :true,
listWidth:400,
width:400,
=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/dataSetCompleted.js'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/dataSetCompleted.js 2010-07-21 09:36:37 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/dataSetCompleted.js 2010-08-02 03:35:56 +0000
@@ -63,7 +63,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
mode: 'remote',
triggerAction: 'all',
emptyText: i18n_period_type,
@@ -115,7 +114,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
resizable: true,
listWidth:400,
mode: 'local',
@@ -153,7 +151,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
mode: 'remote',
triggerAction: 'all',
emptyText: i18n_period_type,
@@ -180,7 +177,6 @@
typeAhead: true,
displayField: 'name',
valueField: 'id',
- typeAhead: true,
resizable: true,
listWidth:400,
mode: 'local',