weaver 2004/09/29 11:36:11
Modified: portal/src/webapp/WEB-INF/templates/navigation/html/tabs
LeftToRight.vm
Log:
Fix for "squashed" tabs (JS2-131)
Revision Changes Path
1.3 +4 -4
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/navigation/html/tabs/LeftToRight.vm
Index: LeftToRight.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/navigation/html/tabs/LeftToRight.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LeftToRight.vm 17 Sep 2004 20:25:31 -0000 1.2
+++ LeftToRight.vm 29 Sep 2004 18:36:11 -0000 1.3
@@ -4,13 +4,13 @@
#foreach($childPage in $_nodeSet.iterator())
#set($tabName = $childPage.getTitle($preferedLocale))
#if($jetspeed.page.id == $childPage.id)
- <td class="LTabLeft" style="font-size:1pt;" nowrap="true"> </td>
+ <td class="LTabLeft" nowrap="true"> </td>
<td class="LTab" align="center" valign="middle"
nowrap="true">${tabName}</td>
- <td class="LTabRight" style="font-size:1pt;" nowrap="true"> </td>
+ <td class="LTabRight" nowrap="true"> </td>
#else
- <td class="LTabLeftLow" style="font-size:1pt;" nowrap="true"> </td>
+ <td class="LTabLeftLow" nowrap="true"> </td>
<td class="LTabLow" align="center" valign="middle" nowrap="true"><a
href="$jetspeed.getAbsoluteUrl($childPage.url)">${tabName}</a></td>
- <td class="LTabRightLow" style="font-size:1pt;" nowrap="true"> </td>
+ <td class="LTabRightLow" nowrap="true"> </td>
#end
#end
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]