← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3455: Removed unused images

 

------------------------------------------------------------
revno: 3455
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2011-04-24 10:26:49 +0200
message:
  Removed unused images
removed:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/loader/
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/loader/loader.vm
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/loading.png
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/oust.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
=== removed directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/loader'
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/loader/loader.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/loader/loader.vm	2010-07-17 12:46:48 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/loader/loader.vm	1970-01-01 00:00:00 +0000
@@ -1,26 +0,0 @@
-
-<style type="text/css">
-    
-div#loaderDiv
-{
-  color: #1c425c;
-  font-size: 14px;
-  border: 1px solid #9aaab5;
-  width: 500px;
-  height: 230px;
-  text-align: center;
-}
-
-</style>
-
-<div id="loaderDiv" style="display:none">
-    
-    <br><br><br>
-    
-    <img src="../images/ajax-loader-circle.gif">
-    
-    <br><br><br>
-        
-    <p>$i18n.getString( "please_wait_while_the_system_is_processing" )...</p>
-    
-</div>
\ No newline at end of file

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/oust.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/oust.js	2011-04-04 17:12:01 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/oust.js	2011-04-24 08:26:49 +0000
@@ -357,7 +357,7 @@
     
     function setLoadingMessage( treeTag )
     {
-        treeTag.style.backgroundImage = 'url( ../images/loading.png )';
+        treeTag.style.backgroundImage = 'url(../images/ajax-loader-circle.gif)';
         treeTag.style.backgroundRepeat = 'no-repeat';
     }
     

=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/loading.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/loading.png	2009-03-03 16:46:36 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/loading.png	1970-01-01 00:00:00 +0000 differ