[jboss-cvs] jboss-seam/examples/wiki/view/plugins/lastModifiedDocuments ...

Christian Bauer christian at hibernate.org
Thu Apr 26 11:11:52 EDT 2007


  User: cbauer  
  Date: 07/04/26 11:11:52

  Modified:    examples/wiki/view/plugins/lastModifiedDocuments 
                        plugin.xhtml
  Log:
  New blog features: recent entries, index of all entries
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/examples/wiki/view/plugins/lastModifiedDocuments/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/lastModifiedDocuments/plugin.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- plugin.xhtml	20 Apr 2007 13:56:14 -0000	1.7
  +++ plugin.xhtml	26 Apr 2007 15:11:52 -0000	1.8
  @@ -33,7 +33,7 @@
               </f:facet>
               <h:outputText value="#{doc.lastModifiedOn}"
                             rendered="#{!empty doc.lastModifiedOn}">
  -                <f:convertDateTime pattern="dd. MMM yyyy, HH:mm"/>
  +                <f:convertDateTime pattern="dd. MMM yyyy, HH:mm" timeZone="#{wikiPreferences.timeZone}"/>
               </h:outputText>
               <h:outputText value=" (#{doc.lastModifiedBy.username})"
                             rendered="#{!empty doc.lastModifiedBy and lastModifiedDocumentsPreferences.properties['showUsernames']}">
  
  
  



More information about the jboss-cvs-commits mailing list