Author: smilek
Date: Mon Sep 24 12:18:23 2007
New Revision: 578921
URL: http://svn.apache.org/viewvc?rev=578921&view=rev
Log:
desktop overhaul
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/css/desktop.css
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/desktop.jsp
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/desktop.vm
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/css/desktop.css
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/css/desktop.css?rev=578921&r1=578920&r2=578921&view=diff
==============================================================================
---
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/css/desktop.css
(original)
+++
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/css/desktop.css
Mon Sep 24 12:18:23 2007
@@ -20,7 +20,7 @@
DIV.portlet
{
margin: 2px; /* necessary to override margin settings from
decorations/layout/css/standard-columns.css */
- /* needs to match margin setting for
.dojoFloatingPaneClient */
+ /* needs to match margin setting for .portletWindowClient
*/
}
.layout-blueocean #jetspeedPageControls {
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/desktop.jsp
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/desktop.jsp?rev=578921&r1=578920&r2=578921&view=diff
==============================================================================
---
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/desktop.jsp
(original)
+++
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/desktop.jsp
Mon Sep 24 12:18:23 2007
@@ -38,12 +38,6 @@
<%= desktop.getHeaderResource().getContent()%>
-<script language="JavaScript" type="text/javascript">
- function notifyRetrieveAllMenusFinished()
- {
- }
- dojo.event.connect( jetspeed, "notifyRetrieveAllMenusFinished",
"notifyRetrieveAllMenusFinished" );
-</script>
</head>
<body class="<%= layoutStyleClass %>">
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/desktop.vm
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/desktop.vm?rev=578921&r1=578920&r2=578921&view=diff
==============================================================================
---
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/desktop.vm
(original)
+++
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/desktop.vm
Mon Sep 24 12:18:23 2007
@@ -24,12 +24,6 @@
#desktopIncludeHeaderContent()
-<script language="JavaScript" type="text/javascript">
- function notifyRetrieveAllMenusFinished()
- {
- }
- dojo.event.connect( jetspeed, "notifyRetrieveAllMenusFinished",
"notifyRetrieveAllMenusFinished" );
-</script>
</head>
<body class="layout-${jetspeedDesktop.getLayoutDecorationName()}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]