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

Christian Bauer christian at hibernate.org
Fri Apr 20 15:19:39 EDT 2007


  User: cbauer  
  Date: 07/04/20 15:19:39

  Modified:    examples/wiki/view/includes  attachmentDisplay.xhtml
  Log:
  Minor
  
  Revision  Changes    Path
  1.7       +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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- attachmentDisplay.xhtml	19 Apr 2007 09:32:08 -0000	1.6
  +++ attachmentDisplay.xhtml	20 Apr 2007 19:19:39 -0000	1.7
  @@ -20,7 +20,7 @@
               <h:panelGrid columns="3" columnClasses="onePercentColumn alignRight, onePercentColumn alignLeft, onePercentColumn alignRight">
                   <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}"
  +                <h:graphicImage value="/themes/#{wikiPreferences.themeName}/img/#{fileMetaMap[link.node.contentType].displayIcon}"
                                   width="18" height="20"/>
               </h:panelGrid>
           </h:column>
  
  
  



More information about the jboss-cvs-commits mailing list