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

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/feedTeasers  plugin.xhtml
  Log:
  New blog features: recent entries, index of all entries
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/wiki/view/plugins/feedTeasers/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/feedTeasers/plugin.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- plugin.xhtml	19 Apr 2007 05:44:47 -0000	1.2
  +++ plugin.xhtml	26 Apr 2007 15:11:52 -0000	1.3
  @@ -31,7 +31,7 @@
               <f:facet name="header"><h:outputText value="#{feedTeasersPreferences.properties['teaserTitle']}"/></f:facet>
   
               <div class="teaserAuthorDate">
  -                <span class="teaserDate"><h:outputText value="#{fe.updatedDate}"><f:convertDateTime pattern="dd. MMM yyyy, HH:mm"/></h:outputText></span>
  +                <span class="teaserDate"><h:outputText value="#{fe.updatedDate}"><f:convertDateTime pattern="dd. MMM yyyy, HH:mm" timeZone="#{wikiPreferences.timeZone}"/></h:outputText></span>
                   <s:span rendered="#{feedTeasersPreferences.properties['showAuthor']}">&#160;(<span class="teaserAuthor">#{fe.author}</span>)</s:span>
               </div>
   
  
  
  



More information about the jboss-cvs-commits mailing list