kaz         02/03/28 21:03:04

  Modified:    src/dvsl/xdocs site.dvsl
  Log:
  If the project doesn't specify any links in their xdocs/project.xml
  file, then make sure the horizontal gray bar under the banner contains a
  single space to maintain a constant look across sites with and without
  links.
  
  Revision  Changes    Path
  1.20      +4 -0      jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl
  
  Index: site.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- site.dvsl 29 Mar 2002 03:54:58 -0000      1.19
  +++ site.dvsl 29 Mar 2002 05:03:04 -0000      1.20
  @@ -83,7 +83,11 @@
           <table border="0" cellspacing="0" cellpadding="4" width="100%">
             <tr>
               <td> 
  +              #if ($project.get("body/links/*"))
                 $context.applyTemplates( $project, "body/links" )
  +              #else
  +              &nbsp;
  +              #end
               </td>
             </tr>
           </table>
  
  
  

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

Reply via email to