jford       2004/09/02 10:08:42

  Modified:    portal/src/webapp/WEB-INF/decorations/layout/html/metal
                        decorator-top.vm
               portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed
                        decorator-top.vm
               portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue
                        decorator-top.vm
  Log:
  CSS styles not stored in the request object
  
  PR: JIRA #JS2-89
  
  Revision  Changes    Path
  1.5       +1 -1      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/metal/decorator-top.vm
  
  Index: decorator-top.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/metal/decorator-top.vm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- decorator-top.vm  28 Jul 2004 13:46:02 -0000      1.4
  +++ decorator-top.vm  2 Sep 2004 17:08:41 -0000       1.5
  @@ -19,7 +19,7 @@
   <html>
   <head>
       <title>$jetspeed.page.title</title> 
  -#set($cssUrls = $renderRequest.getPortletSession().getAttribute("cssUrls"))
  +#set($cssUrls = $renderRequest.getAttribute("cssUrls"))
   #foreach($cssUrl in $cssUrls)
       <link rel="stylesheet" type="text/css" media="all" href="$cssUrl" />
   #end
  
  
  
  1.12      +1 -1      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/decorator-top.vm
  
  Index: decorator-top.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/decorator-top.vm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- decorator-top.vm  2 Sep 2004 00:42:49 -0000       1.11
  +++ decorator-top.vm  2 Sep 2004 17:08:41 -0000       1.12
  @@ -19,7 +19,7 @@
   <html>
   <head>
       <title>$jetspeed.page.title</title>
  -#set($cssUrls = $renderRequest.getPortletSession().getAttribute("cssUrls"))
  +#set($cssUrls = $renderRequest.getAttribute("cssUrls"))
   #foreach($cssUrl in $cssUrls)
       <link rel="stylesheet" type="text/css" media="all" href="$cssUrl" />
   #end
  
  
  
  1.5       +1 -1      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/decorator-top.vm
  
  Index: decorator-top.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/decorator-top.vm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- decorator-top.vm  28 Jul 2004 13:46:03 -0000      1.4
  +++ decorator-top.vm  2 Sep 2004 17:08:42 -0000       1.5
  @@ -19,7 +19,7 @@
   <html>
   <head>
       <title>$jetspeed.page.title</title>
  -#set($cssUrls = $renderRequest.getPortletSession().getAttribute("cssUrls"))
  +#set($cssUrls = $renderRequest.getAttribute("cssUrls"))
   #foreach($cssUrl in $cssUrls)
       <link rel="stylesheet" type="text/css" media="all" href="$cssUrl" />
   #end
  
  
  

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

Reply via email to