dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11263
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3186: cleanup in dhis-web-datamart
------------------------------------------------------------
revno: 3186
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2011-03-28 16:32:25 +0200
message:
cleanup in dhis-web-datamart
modified:
dhis-2/dhis-web/dhis-web-datamart/src/main/webapp/dhis-web-datamart/exportStatus.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-datamart/src/main/webapp/dhis-web-datamart/exportStatus.vm'
--- dhis-2/dhis-web/dhis-web-datamart/src/main/webapp/dhis-web-datamart/exportStatus.vm 2011-03-18 12:48:40 +0000
+++ dhis-2/dhis-web/dhis-web-datamart/src/main/webapp/dhis-web-datamart/exportStatus.vm 2011-03-28 14:32:25 +0000
@@ -1,10 +1,14 @@
<script type="text/javascript">
- getExportStatus();
+ jQuery(document).ready(function() {
+ getExportStatus();
+ });
</script>
<h3>$i18n.getString( "export_to_datamart" )</h3>
-<p><input type="button" value='$i18n.getString( "cancel" )' onclick="cancelExport()" style="width:100px"/><input
- type="button" value='$i18n.getString( "back" )' onclick="javascript:window.location.href='getDataMartExports.action'" style="width:100px"/></p>
+<p>
+ <input type="button" value='$i18n.getString( "cancel" )' onclick="cancelExport()" style="width:100px"/>
+ <input type="button" value='$i18n.getString( "back" )' onclick="javascript:window.location.href='getDataMartExports.action'" style="width:100px"/>
+</p>
<span id="message"/>