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

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/feedTeasers  plugin.xhtml
  Log:
  Fixed a few minor bugs, now runs on 4.2 CR2
  
  Revision  Changes    Path
  1.2       +7 -3      jboss-seam/examples/wiki/view/plugins/feedTeasers/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/feedTeasers/plugin.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- plugin.xhtml	9 Apr 2007 08:43:54 -0000	1.1
  +++ plugin.xhtml	19 Apr 2007 05:44:47 -0000	1.2
  @@ -1,11 +1,13 @@
  -<s:div id="feedTeasers"
  +<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="feedTeasers"
          styleClass="#{showPluginPreferences and !empty feedTeasersPreferencesEditor ? 'pluginPreferencesBox' : null}">
   
       <s:div id="feedTeasersPreferences"
  @@ -47,3 +49,5 @@
       </h:dataTable>
   
   </s:div>
  \ No newline at end of file
  +    
  +</wiki:plugin>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list