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 ta...@apache.org on 2006/01/04 07:08:30 UTC

svn commit: r365834 - in /portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout: html/columns/layout.vm html/tcolumns/layout.vm xhtml-basic/columns/layout.vm

Author: taylor
Date: Tue Jan  3 22:08:23 2006
New Revision: 365834

URL: http://svn.apache.org/viewcvs?rev=365834&view=rev
Log:
clean up the play area 

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/tcolumns/layout.vm
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/xhtml-basic/columns/layout.vm

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm?rev=365834&r1=365833&r2=365834&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm Tue Jan  3 22:08:23 2006
@@ -152,6 +152,7 @@
 		   #end
 		   
 		   #if($f.type == "portlet")
+	 	 	 $jetspeed.setCurrentFragment($f)	   
 			 #parse($f.decoration.template)
 		   #else		
 	 	 	 $jetspeed.setCurrentFragment($f)

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/tcolumns/layout.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/tcolumns/layout.vm?rev=365834&r1=365833&r2=365834&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/tcolumns/layout.vm (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/tcolumns/layout.vm Tue Jan  3 22:08:23 2006
@@ -218,6 +218,7 @@
 		 #end			
            ## get the decorated Portlet content
 		  #if($f.type == "portlet")
+	 $jetspeed.setCurrentFragment($f)	     
 			 #parse($f.decoration.template)
 		  #else		
 	 	 	 $jetspeed.setCurrentFragment($f)

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/xhtml-basic/columns/layout.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/xhtml-basic/columns/layout.vm?rev=365834&r1=365833&r2=365834&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/xhtml-basic/columns/layout.vm (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/xhtml-basic/columns/layout.vm Tue Jan  3 22:08:23 2006
@@ -52,6 +52,7 @@
 ## TODO: Edit layout
 ## get the decorated Portlet content
 #if($f.type == "portlet")
+	$jetspeed.setCurrentFragment($f)	   
 #parse($f.decoration.template)
 #else		
 $jetspeed.setCurrentFragment($f)



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