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

Christian Bauer christian at hibernate.org
Fri Jul 6 10:38:40 EDT 2007


  User: cbauer  
  Date: 07/07/06 10:38:40

  Modified:    examples/wiki/view/plugins/lastModifiedDocuments 
                        plugin.xhtml
  Log:
  Compiles and runs on latest Seam CVS
  
  Revision  Changes    Path
  1.9       +4 -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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- plugin.xhtml	26 Apr 2007 15:11:52 -0000	1.8
  +++ plugin.xhtml	6 Jul 2007 14:38:40 -0000	1.9
  @@ -1,4 +1,4 @@
  -<wiki:plugin
  +<wiki:plugin id="lastModifiedDocumentsPlugin"
          xmlns="http://www.w3.org/1999/xhtml"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://java.sun.com/jsf/html"
  @@ -7,6 +7,7 @@
          xmlns:wiki="http://jboss.com/products/seam/wiki"
          xmlns:s="http://jboss.com/products/seam/taglib">
   
  +<s:div id="lastModifiedDocumentsContainer" styleClass="shadowContainer"><div class="shadow1"><div class="shadow2">
   <s:div id="lastModifiedDocuments"
          styleClass="#{showPluginPreferences and !empty lastModifiedDocumentsPreferencesEditor ? 'pluginPreferencesBox' : null}">
   
  @@ -21,7 +22,7 @@
           </div>
       </s:div>
   
  -    <h:dataTable value="#{lastModifiedDocumentsPlugin.lastModifiedDocuments}" var="doc" style="width:300px"
  +    <h:dataTable value="#{lastModifiedDocumentsPlugin.lastModifiedDocuments}" var="doc"
                    styleClass="datatable rightBorder leftBorder topBorder bottomBorder"
                    headerClass="regularHeader alignLeft"
                    columnClasses="tenPercentColumn alignLeft, tenPercentColumn alignLeft"
  @@ -47,4 +48,5 @@
       </h:dataTable>
   
   </s:div>
  +</div></div></s:div>
   </wiki:plugin>
  
  
  



More information about the jboss-cvs-commits mailing list