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

Christian Bauer christian at hibernate.org
Thu Apr 19 01:44:47 EDT 2007


  User: cbauer  
  Date: 07/04/19 01:44:47

  Modified:    examples/wiki/view/plugins/lastModifiedDocuments 
                        plugin.xhtml
  Log:
  Fixed a few minor bugs, now runs on 4.2 CR2
  
  Revision  Changes    Path
  1.6       +6 -3      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- plugin.xhtml	2 Apr 2007 18:25:06 -0000	1.5
  +++ plugin.xhtml	19 Apr 2007 05:44:47 -0000	1.6
  @@ -1,11 +1,13 @@
  -<s:div id="lastModifiedDocuments"
  +<wiki:plugin
          xmlns="http://www.w3.org/1999/xhtml"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:a="https://ajax4jsf.dev.java.net/ajax"
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:wiki="http://jboss.com/products/seam/wiki"
  -       xmlns:s="http://jboss.com/products/seam/taglib"
  +       xmlns:s="http://jboss.com/products/seam/taglib">
  +
  +<s:div id="lastModifiedDocuments"
          styleClass="#{showPluginPreferences and !empty lastModifiedDocumentsPreferencesEditor ? 'pluginPreferencesBox' : null}">
   
       <s:div id="lastModifiedDocumentsPreferences"
  @@ -45,3 +47,4 @@
       </h:dataTable>
   
   </s:div>
  \ No newline at end of file
  +</wiki:plugin>
  
  
  



More information about the jboss-cvs-commits mailing list