dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07742
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2268: Bug Fixed in Data Elements and Indicators /Data Element Group Management
------------------------------------------------------------
revno: 2268
committer: Mithilesh Kumar Thakur<mithilesh.hisp@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-09-29 11:52:23 +0530
message:
Bug Fixed in Data Elements and Indicators /Data Element Group Management
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView1.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView2.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/dataElementGroupEditorView1.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-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView1.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView1.vm 2010-09-24 21:51:39 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView1.vm 2010-09-29 06:22:23 +0000
@@ -86,7 +86,7 @@
<tr align="center">
<td>$i18n.getString( "name" )</td>
<td><input type="text" id="groupName" style="width:20em"/></td>
- <td><input id="addRenameGroupButton" type="button" value="$i18n.getString( 'ok' )"/>
+ <td><input id="addRenameGroupButton" type="submit" value="$i18n.getString( 'ok' )"/>
<input type="button" onclick="hideById( 'addDataElementGroupForm' );unLockScreen();" value="$i18n.getString( 'cancel' )"/></td>
</tr>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView2.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView2.vm 2010-09-25 18:11:50 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementGroupEditorView2.vm 2010-09-29 06:22:23 +0000
@@ -77,7 +77,7 @@
<tr align="center">
<td>$i18n.getString( "name" )</td>
<td><input type="text" id="groupName" style="width:20em"/></td>
- <td><input id="addRenameGroupButton" type="button" value="$i18n.getString( 'ok' )">
+ <td><input id="addRenameGroupButton" type="submit" value="$i18n.getString( 'ok' )">
<input type="button" onclick="hideById( 'addDataElementGroupForm' );unLockScreen();" value="$i18n.getString( 'cancel' )"/></td>
</tr>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/dataElementGroupEditorView1.js'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/dataElementGroupEditorView1.js 2010-09-24 21:51:39 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/dataElementGroupEditorView1.js 2010-09-29 06:22:23 +0000
@@ -307,7 +307,7 @@
showToolTip( e, name);
}
list.add(option , null);
- dataElementGroups[i] = name;
+ dataElementGroups[id] = name;
$( '#groupNameView' ).html( name );
hideById( 'addDataElementGroupForm' );
unLockScreen();