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

Christian Bauer christian at hibernate.org
Thu Sep 6 11:54:29 EDT 2007


  User: cbauer  
  Date: 07/09/06 11:54:29

  Modified:    examples/wiki/view/plugins/lastModifiedDocuments 
                        plugin.xhtml
  Log:
  Creator/history footer on documents
  
  Revision  Changes    Path
  1.13      +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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- plugin.xhtml	1 Sep 2007 08:42:49 -0000	1.12
  +++ plugin.xhtml	6 Sep 2007 15:54:29 -0000	1.13
  @@ -25,7 +25,7 @@
           <h:dataTable value="#{lastModifiedDocumentsPlugin.lastModifiedDocuments}" var="doc"
                        styleClass="datatable rightBorder leftBorder topBorder bottomBorder"
                        headerClass="regularHeader alignLeft"
  -                     columnClasses="onePercentColumn alignLeft, tenPercentColumn alignLeft"
  +                     columnClasses="onePercentColumn alignLeft lastModifiedColumn, tenPercentColumn alignLeft"
                        rowClasses="rowOdd,rowEven"
                        cellpadding="0" cellspacing="0" border="0">
               <h:column>
  
  
  



More information about the jboss-cvs-commits mailing list