evenisse    2003/08/21 02:01:08

  Modified:    src/plugins-build/xdoc plugin.jelly
  Log:
  set the default value of state in itemLink tag to none.
  
  Revision  Changes    Path
  1.42      +3 -0      maven/src/plugins-build/xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- plugin.jelly      19 Aug 2003 04:45:07 -0000      1.41
  +++ plugin.jelly      21 Aug 2003 09:01:08 -0000      1.42
  @@ -179,6 +179,9 @@
           @state - expanded / collapsed / none
           -->
         <a href="${pathTool.calculateLink(link,relativePath)}">
  +        <j:if test="${empty(state)}">
  +          <j:set var="state" value="none"/>
  +        </j:if>
           <img class="handle" src="${relativePath}/images/${state}.png" alt=""/>
           <j:if test="${empty(img)}">${name}</j:if>
           <j:if test="${!empty(img)}"><img style="border: 1px" src="${img}" 
title="${name}" alt="${name}"/></j:if>
  
  
  

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

Reply via email to