ate 2005/01/10 15:23:04
Modified: portal/src/webapp/WEB-INF/templates/layout/html/columns
layout.vm
Log:
Remove generated whitespace above layout table column when there are no
PageDecorationActions
(can't get this removed through style definitions AFAIK)
Revision Changes Path
1.17 +2 -0
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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- layout.vm 4 Jan 2005 16:32:26 -0000 1.16
+++ layout.vm 10 Jan 2005 23:23:04 -0000 1.17
@@ -47,6 +47,7 @@
#set($lastColumn = $renderRequest.getAttribute("numberOfColumns") - 1)
#end
+#if ($actions.size()>0)
<table width="100%" cellspacing="0" cellpadding="0" >
<tr>
<td class="PContent" style="font-size:1pt;" nowrap="true"> </td>
@@ -68,6 +69,7 @@
<td class="PContent" style="font-size:1pt;" nowrap="true"> </td>
</tr>
</table>
+#end
<div id="portal-layout-$htmlUtil.getSafeElementId($myPage.id)"
class="portal-layout">
<table width="100%" cellspacing="0" cellpadding="0" >
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]