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/07/06 19:49:23 UTC

svn commit: r553968 - /portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/desktop.jsp

Author: smilek
Date: Fri Jul  6 10:49:22 2007
New Revision: 553968

URL: http://svn.apache.org/viewvc?view=rev&rev=553968
Log:
fixed image reference that previously used velocity syntax; removed dojo.debug statement

Modified:
    portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/desktop.jsp

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/desktop.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/desktop.jsp?view=diff&rev=553968&r1=553967&r2=553968
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/desktop.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/desktop.jsp Fri Jul  6 10:49:22 2007
@@ -41,7 +41,6 @@
 <script language="JavaScript" type="text/javascript">
     function notifyRetrieveAllMenusFinished()
     {
-        dojo.debug( "window.notifyRetrieveAllMenusFinished" );
     }
     dojo.event.connect( jetspeed, "notifyRetrieveAllMenusFinished", "notifyRetrieveAllMenusFinished" );
 </script>
@@ -87,7 +86,7 @@
 </div>
 <!-- End Jetspeed Page -->
   <p>
-     <img src="$jetspeedDesktop.getLayoutBaseUrl('images/Jetspeed_blue_sm.png')" alt="Jetspeed 2 Powered" border="0" />
+     <img src='<%= desktop.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) -->
 <div id="js-showloading" class="js-showloading" style="display: none">



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