You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sm...@apache.org on 2007/12/08 10:32:14 UTC

svn commit: r602394 - /portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.vm

Author: smilek
Date: Sat Dec  8 01:32:13 2007
New Revision: 602394

URL: http://svn.apache.org/viewvc?rev=602394&view=rev
Log:
The following revision comments are from branches/JETSPEED-2.1.3 revisions which were not individually checked-in to trunk
=== ---------------------------------------------------------------- ===
[ from branches/JETSPEED-2.1.3 r588413 ] | smilek | 2007-10-25 18:01:02 -0600 (Thu, 25 Oct 2007) | 1 line

changes for loading indicator content
=== ---------------------------------------------------------------- ===
[ from branches/JETSPEED-2.1.3 r578920 ] | smilek | 2007-09-24 13:18:14 -0600 (Mon, 24 Sep 2007) | 1 line

desktop overhaul
=== ---------------------------------------------------------------- ===

Modified:
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.vm

Modified: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.vm
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.vm?rev=602394&r1=602393&r2=602394&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.vm (original)
+++ portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/layout/tigris/desktop.vm Sat Dec  8 01:32:13 2007
@@ -31,12 +31,6 @@
 
 #desktopIncludeHeaderContent()
 
-<script language="JavaScript" type="text/javascript">
-    function notifyRetrieveAllMenusFinished()
-    {
-    }
-    dojo.event.connect( jetspeed, "notifyRetrieveAllMenusFinished", "notifyRetrieveAllMenusFinished" );
-</script>
 </head>
 
 <body class="layout-${jetspeedDesktop.getLayoutDecorationName()}">
@@ -82,6 +76,7 @@
      <img src="$jetspeedDesktop.getLayoutBaseUrl('images/Jetspeed_blue_sm.png')" alt="Jetspeed 2 Powered" border="0" />
     </p>
 <!-- page level loading indicator (associated with layout decoration resource: desktop.action.loadpage) -->
+<!-- js-showloading-img is controlled by desktop.loading.img* properties, but src still needs to be set in content due to IE quirks -->
 <div id="js-showloading" class="js-showloading" style="display: none">
     <table cellpadding="0" cellspacing="0" border="0">
         <tbody>
@@ -89,8 +84,8 @@
                 <td class="js-showloading-left"></td>
                 <td class="js-showloading-middle">
                     <div>
-                        <div class="js-showloading-content" id="js-showloading-content">Loading ...</div>
-                        <div class="js-showloading-animation"><img src="$jetspeedDesktop.getLayoutBaseUrl('images/desktop/loading/loaddots.gif')" border="0" /></div>
+                        <div class="js-showloading-content" id="js-showloading-content">Loading&#133;</div>
+                        <div class="js-showloading-imgcontainer"><img id="js-showloading-img" src="$jetspeedDesktop.getLayoutBaseUrl('images/desktop/loading/loaddots.gif')" border="0" /></div>
                     </div>
                 </td>
                 <td class="js-showloading-right"></td>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org