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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]