dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13065
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4128: Import/Export - Fixed bug when pressing discard the selected item.
------------------------------------------------------------
revno: 4128
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-07-13 17:29:08 +0700
message:
Import/Export - Fixed bug when pressing discard the selected item.
modified:
dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/previewForm.vm
--
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-importexport/src/main/webapp/dhis-web-importexport/previewForm.vm'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/previewForm.vm 2011-04-24 12:47:31 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/previewForm.vm 2011-07-13 10:29:08 +0000
@@ -5,7 +5,7 @@
#if ( $newObjects > 0 )
<td id="new${objectName}Td" style="background-color:#CEEACC">
<a href="displayPreviewForm.action?type=${objectName.toUpperCase()}&status=NEW" style="width:100%; display:block; text-align:center">
- <span id="new{objectName}Span">
+ <span id="new${objectName}Span">
$newObjects
</span>
</a>