weaver      2005/01/04 08:32:45

  Modified:    portal/src/webapp/WEB-INF/templates/layout/html/maximized
                        layout.vm
  Log:
  see: http://issues.apache.org/jira/browse/JS2-183
  
  Revision  Changes    Path
  1.4       +2 -3      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm
  
  Index: layout.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- layout.vm 8 May 2004 02:13:46 -0000       1.3
  +++ layout.vm 4 Jan 2005 16:32:45 -0000       1.4
  @@ -18,7 +18,7 @@
   
   #set($myPage = $jetspeed.page)
   
  -#set($myFragment = $jetspeed.currentFragment)
  +#set($myFragment = 
$request.getAttribute("org.apache.jetspeed.maximized.Fragment"))
   
   #set($myLayout = $jetspeed.currentLayout)
   
  @@ -43,12 +43,11 @@
     #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
  -        $jetspeed.decorateAndInclude($myFragment)                
  +        #parse($jetspeed.decorateAndInclude($myFragment))    
        </td>
     </tr>
   </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to