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 we...@apache.org on 2005/08/17 20:22:43 UTC

svn commit: r233233 [3/3] - in /portals/jetspeed-2/trunk/src/webapp/WEB-INF: ./ decorations/layout/html/jetspeed/ decorations/layout/html/jetspeed/css/ decorations/layout/html/jscookmenu/css/ decorations/layout/html/jscookmenu/css/ThemeIE/ decorations/...

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm Wed Aug 17 11:22:24 2005
@@ -43,14 +43,10 @@
   #if ($decoTop)
       #parse($jetspeed.getDecoration($decoTop, "layout").appRelativePath)
   #end
-<table width="100%" cellspacing="0" cellpadding="0">
-  <tr>
-    <td valign="top">
-	    ## get the decorated Portlet content
-	   #parse($jetspeed.decorateAndInclude($myFragment))    
-     </td>
-  </tr>
-</table>
+
+  ## get the decorated Portlet content
+  #parse($jetspeed.decorateAndInclude($myFragment))    
+
 
 #if ($decoBottom)
    #parse($jetspeed.getDecoration($decoBottom, "layout").appRelativePath)



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