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

Christian Bauer christian at hibernate.org
Tue Aug 28 20:29:23 EDT 2007


  User: cbauer  
  Date: 07/08/28 20:29:23

  Modified:    examples/wiki/view/plugins/lastModifiedDocuments 
                        plugin.xhtml
  Log:
  First attempt at bloxsom importer
  
  Revision  Changes    Path
  1.10      +2 -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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- plugin.xhtml	6 Jul 2007 14:38:40 -0000	1.9
  +++ plugin.xhtml	29 Aug 2007 00:29:23 -0000	1.10
  @@ -25,7 +25,7 @@
       <h:dataTable value="#{lastModifiedDocumentsPlugin.lastModifiedDocuments}" var="doc"
                    styleClass="datatable rightBorder leftBorder topBorder bottomBorder"
                    headerClass="regularHeader alignLeft"
  -                 columnClasses="tenPercentColumn alignLeft, tenPercentColumn alignLeft"
  +                 columnClasses="onePercentColumn alignLeft, tenPercentColumn alignLeft"
                    rowClasses="rowOdd,rowEven"
                    cellpadding="0" cellspacing="0" border="0">
           <h:column>
  @@ -36,6 +36,7 @@
                             rendered="#{!empty doc.lastModifiedOn}">
                   <f:convertDateTime pattern="dd. MMM yyyy, HH:mm" timeZone="#{wikiPreferences.timeZone}"/>
               </h:outputText>
  +            <h:outputText value="&#160;#{wikiPreferences.timeZone}"/>
               <h:outputText value=" (#{doc.lastModifiedBy.username})"
                             rendered="#{!empty doc.lastModifiedBy and lastModifiedDocumentsPreferences.properties['showUsernames']}">
               </h:outputText>
  
  
  



More information about the jboss-cvs-commits mailing list