[jboss-cvs] jboss-seam/examples/wiki/view/includes ...

Christian Bauer christian at hibernate.org
Tue Mar 20 21:24:49 EDT 2007


  User: cbauer  
  Date: 07/03/20 21:24:49

  Modified:    examples/wiki/view/includes  attachmentDisplay.xhtml
  Log:
  Basic blog directory plugin
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/wiki/view/includes/attachmentDisplay.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: attachmentDisplay.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/attachmentDisplay.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- attachmentDisplay.xhtml	20 Mar 2007 18:40:32 -0000	1.2
  +++ attachmentDisplay.xhtml	21 Mar 2007 01:24:49 -0000	1.3
  @@ -18,7 +18,7 @@
           <h:column>
               <f:facet name="header">Attachments:</f:facet>
               <h:panelGrid columns="3" columnClasses="onePercentColumn alignRight, onePercentColumn alignLeft, onePercentColumn alignRight">
  -                <a name="attachment#{wikiUtil.datatable.rowIndex + 1}"/>
  +                <s:span><a name="attachment#{wikiUtil.datatable.rowIndex + 1}"/></s:span>
                   <h:outputText value="#&#160;#{wikiUtil.datatable.rowIndex + 1}"/>
                   <h:graphicImage value="/themes/#{globalPrefs.themeName}/img/#{fileMetaMap[link.node.contentType].displayIcon}"
                                   width="18" height="20"/>
  
  
  



More information about the jboss-cvs-commits mailing list