shinsuke    2004/10/31 14:10:35

  Modified:    portal/src/webapp/WEB-INF/templates/navigation/html/linksWithIcon1
                        TopToBottom.vm
  Log:
  replaced p tag with div tag.
  if space between lines is needed, please use css.
  
  Revision  Changes    Path
  1.3       +2 -2      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/navigation/html/linksWithIcon1/TopToBottom.vm
  
  Index: TopToBottom.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/navigation/html/linksWithIcon1/TopToBottom.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TopToBottom.vm    15 Oct 2004 07:00:49 -0000      1.2
  +++ TopToBottom.vm    31 Oct 2004 22:10:35 -0000      1.3
  @@ -1,6 +1,6 @@
   <div >
     #foreach($node in $_nodeSet.iterator()) 
  -  <p>
  +  <div>
       #if($node.type == ".psml")
         <a href="$jetspeed.getAbsoluteUrl($node.url)" 
class="LinkPage">$node.getTitle($preferedLocale)</a>     
       #elseif($node.type == ".link")
  @@ -10,6 +10,6 @@
       #else
         <a href="$node.url">$node.title</a>    
       #end
  -  </p> 
  +  </div> 
     #end
   </div>
  
  
  

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

Reply via email to