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

Christian Bauer christian at hibernate.org
Tue Dec 18 23:29:33 EST 2007


  User: cbauer  
  Date: 07/12/18 23:29:33

  Modified:    examples/wiki/view/plugins/feedTeasers  plugin.xhtml
  Log:
  Major rewrite of the most of the application
  
  Revision  Changes    Path
  1.14      +2 -2      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- plugin.xhtml	20 Nov 2007 08:05:10 -0000	1.13
  +++ plugin.xhtml	19 Dec 2007 04:29:33 -0000	1.14
  @@ -37,14 +37,14 @@
                           <h:outputText value="&#160;#{wikiPreferences.timeZone}"/>
                       </s:span>
                       <s:span styleClass="undecoratedLink" rendered="#{feedTeasersPreferences.properties['showAuthor']}">,&#160;#{messages['feedTeasers.label.By']}&#160;
  -                        <h:outputLink target="_top" value="#{wiki:renderHomeURL(fe.document.createdBy)}"
  +                        <h:outputLink target="_top" value="#{wiki:renderURL(fe.document.createdBy.memberHome)}"
                                         rendered="#{!empty fe.document.createdBy.memberHome}">
                               <h:outputText styleClass="teaserAuthorLink" value="#{fe.document.createdBy.fullname}"/>
                           </h:outputLink>
                           <h:outputText styleClass="teaserAuthor" rendered="#{empty fe.document.createdBy.memberHome}" value="#{fe.author}"/>
                       </s:span>
                       <s:div rendered="#{fe.document.enableComments and wiki:sizeOf(fe.document.comments) > 0}" styleClass="undecoratedLink">
  -                        <h:outputLink target="_top" styleClass="feedTeaserComments" value="#{wiki:renderPermLink(fe.document)}#comments">
  +                        <h:outputLink target="_top" styleClass="feedTeaserComments" value="#{wiki:renderPermURL(fe.document)}#comments">
                               #{wiki:sizeOf(fe.document.comments)}&#160;
                               <h:outputText value="#{wiki:sizeOf(fe.document.comments)>1
                                                    ? messages['lacewiki.label.commentsDisplay.Comments']
  
  
  



More information about the jboss-cvs-commits mailing list