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

Christian Bauer christian at hibernate.org
Thu May 3 10:10:51 EDT 2007


  User: cbauer  
  Date: 07/05/03 10:10:51

  Modified:    examples/wiki/view/plugins/blogDirectory  entryPages.xhtml
  Log:
  Resizable text editor area with jQuery
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/wiki/view/plugins/blogDirectory/entryPages.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: entryPages.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/blogDirectory/entryPages.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- entryPages.xhtml	27 Apr 2007 15:34:43 -0000	1.1
  +++ entryPages.xhtml	3 May 2007 14:10:51 -0000	1.2
  @@ -63,7 +63,7 @@
       only works after you saved the document you placed it on.
   </s:div>
   
  -<h:panelGrid columns="5"
  +<h:panelGrid columns="5" rendered="#{blogDirectory.totalRowCount > blogDirectoryPreferences.properties['pageSize']}"
                styleClass="blogPagerTable"
                columnClasses="blogPagerColumn, blogPagerColumn, blogPagerTextColumn, blogPagerColumn, blogPagerColumn, "
                cellpadding="0" cellspacing="0" border="0">
  
  
  



More information about the jboss-cvs-commits mailing list