weaver 2004/08/19 09:57:11
Modified: portal/src/webapp/WEB-INF/templates/layout/html/columns
layout.vm
Log:
Fixed missing </div> tag
Revision Changes Path
1.11 +4 -1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
Index: layout.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- layout.vm 6 Aug 2004 19:06:41 -0000 1.10
+++ layout.vm 19 Aug 2004 16:57:11 -0000 1.11
@@ -52,7 +52,8 @@
<a href="$editUrl">Customize</a>
#end
-<table id="portal-layout-${myPage.id}" width="100%" cellspacing="0" cellpadding="0"
class="portal-layout">
+<div id="portal-layout-$htmlUtil.getSafeElementId($myPage.id)"
class="portal-layout">
+<table width="100%" cellspacing="0" cellpadding="0" >
<tr>
#foreach($entry in $table)
@@ -64,6 +65,7 @@
#set($row = $f.getProperties($layoutType).get(0).intValue)
#set($col = $f.getProperties($layoutType).get(1).intValue)
#if($editing)<div id="_$f.id">
+
<div style="position:relative; top:10px; left:0; width:100%;
height:100%;">
<div id="_$f.id_toolBox" >
@@ -142,6 +144,7 @@
#end
</tr>
</table>
+</div>
#if (($decoBottom ) && ($myFragment == $myPage.getRootFragment()))
#parse($jetspeed.getDecoration($decoBottom, "layout").appRelativePath)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]