dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #06500
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2070: Fixed wrong path to ajax-loader
------------------------------------------------------------
revno: 2070
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Sat 2010-07-03 19:20:48 +0200
message:
Fixed wrong path to ajax-loader
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.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-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js 2010-07-02 10:12:52 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js 2010-07-03 17:20:48 +0000
@@ -399,7 +399,7 @@
*/
function setWaitMessage( message )
{
- setMessage( message + " <img src='../../images/ajax-loader-bar-small.gif'>" );
+ setMessage( message + " <img src='../images/ajax-loader-bar-small.gif'>" );
}
/**
@@ -438,7 +438,7 @@
*/
function setHeaderWaitMessage( message )
{
- $( 'div#headerMessage' ).html( message + " <img src='../../images/ajax-loader-bar-small.gif'>" );
+ $( 'div#headerMessage' ).html( message + " <img src='../images/ajax-loader-bar-small.gif'>" );
$( 'div#headerMessage' ).slideDown();
}
@@ -449,7 +449,7 @@
*/
function updateHeaderWaitMessage( message )
{
- $( 'div#headerMessage' ).html( message + " <img src='../../images/ajax-loader-bar-small.gif'>" );
+ $( 'div#headerMessage' ).html( message + " <img src='../images/ajax-loader-bar-small.gif'>" );
}
/**
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.js'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.js 2010-06-23 17:50:25 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.js 2010-07-03 17:20:48 +0000
@@ -57,7 +57,7 @@
}
else
{
- setWaitMessage( i18n_please_wait + ". " + statusMessage + "..." );
+ setWaitMessage( i18n_please_wait + " - " + statusMessage );
}
waitAndGetTableStatus( 2000 );