taylor      2004/09/17 13:25:31

  Modified:    portal/src/webapp/WEB-INF/templates/navigation/html/tabs
                        LeftToRight.vm
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  1.2       +2 -2      
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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LeftToRight.vm    17 Sep 2004 18:05:25 -0000      1.1
  +++ LeftToRight.vm    17 Sep 2004 20:25:31 -0000      1.2
  @@ -3,13 +3,13 @@
     <tr>
           #foreach($childPage in $_nodeSet.iterator())
           #set($tabName = $childPage.getTitle($preferedLocale))
  -        #if($jetspeed.page == $childPage)
  +        #if($jetspeed.page.id == $childPage.id)
           <td class="LTabLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>
           <td class="LTab" align="center" valign="middle" 
nowrap="true">${tabName}</td>
           <td class="LTabRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
           #else
           <td class="LTabLeftLow" style="font-size:1pt;" nowrap="true">&nbsp;</td>
  -        <td class="LTabLow" align="center" valign="middle" nowrap="true"><a 
href="$jetspeed.getAbsoluteUrl($childPage.path)">${tabName}</a></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">&nbsp;</td>
           #end
           #end
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to