Index: applications/jetspeed/src/main/webapp/WEB-INF/templates/layout/html/columns/layout.vm
===================================================================
--- applications/jetspeed/src/main/webapp/WEB-INF/templates/layout/html/columns/layout.vm (revision 1609470)
+++ applications/jetspeed/src/main/webapp/WEB-INF/templates/layout/html/columns/layout.vm (working copy)
@@ -307,17 +307,20 @@
-
- #foreach($f in $column)
- ## Set up coordinates for this fragment
- #if($f.isLocked() == false)
- #set($coords = $columnLayout.getCoordinate($f))
- #set($col = $coords.x)
- #set($lastRow = $columnLayout.getLastRowNumber($col))
- #set($row = $coords.y)
+ #foreach($f in $column)
+ ## Set up coordinates for this fragment
+ #set($coords = $columnLayout.getCoordinate($f))
+ #set($col = $coords.x)
+ #set($lastRow = $columnLayout.getLastRowNumber($col))
+ #set($row = $coords.y)
- ## get the decorated Portlet content
-
+
+
+ #if($f.isLocked() == false)
+
+
+ ## get the decorated Portlet content
+
## editing block
#if($editing)
@@ -374,7 +377,10 @@
#end
- ## Now get the real content
+
+
+ #end
+ ## Now get the real content
$jetspeed.setCurrentFragment($f)
#if($f.type == "portlet")
#parse($f.decoration.template)
@@ -382,8 +388,9 @@
$f.renderedContent
#end
- #end
#end
+
+
#set ($columnIndex = $columnIndex + 1)
#end