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

Christian Bauer christian at hibernate.org
Tue Nov 20 03:05:11 EST 2007


  User: cbauer  
  Date: 07/11/20 03:05:11

  Modified:    examples/wiki/view/plugins/lastModifiedDocuments 
                        plugin.xhtml
  Log:
  First import of the seamframework.org theme
  
  Revision  Changes    Path
  1.16      +2 -2      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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- plugin.xhtml	12 Oct 2007 16:31:30 -0000	1.15
  +++ plugin.xhtml	20 Nov 2007 08:05:11 -0000	1.16
  @@ -23,9 +23,9 @@
           </s:div>
   
           <h:dataTable value="#{lastModifiedDocumentsPlugin.lastModifiedDocuments}" var="doc"
  -                     styleClass="datatable rightBorder leftBorder topBorder bottomBorder"
  +                     styleClass="datatable rightBorder leftBorder topBorder bottomBorder lastModifiedDocumentsTable"
                        headerClass="regularHeader alignLeft"
  -                     columnClasses="onePercentColumn alignLeft lastModifiedColumn, tenPercentColumn alignLeft"
  +                     columnClasses="onePercentColumn alignLeft lastModifiedColumn, defaultColumn alignLeft"
                        rowClasses="rowOdd,rowEven"
                        cellpadding="0" cellspacing="0" border="0">
               <h:column>
  
  
  



More information about the jboss-cvs-commits mailing list