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

Christian Bauer christian at hibernate.org
Sat Sep 1 04:42:48 EDT 2007


  User: cbauer  
  Date: 07/09/01 04:42:48

  Modified:    examples/wiki/view/plugins/feedTeasers  plugin.xhtml
  Log:
  UI improvements
  
  Revision  Changes    Path
  1.8       +57 -57    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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- plugin.xhtml	31 Aug 2007 13:38:14 -0000	1.7
  +++ plugin.xhtml	1 Sep 2007 08:42:48 -0000	1.8
  @@ -1,4 +1,4 @@
  -<wiki:plugin
  +<wiki:plugin id="feedTeasersPlugin"
          xmlns="http://www.w3.org/1999/xhtml"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://java.sun.com/jsf/html"
  @@ -7,8 +7,8 @@
          xmlns:wiki="http://jboss.com/products/seam/wiki"
          xmlns:s="http://jboss.com/products/seam/taglib">
   
  -<div id="feedTeasersContainer" class="shadowContainer"><div class="shadow1"><div class="shadow2"><s:div id="feedTeasers"
  -       styleClass="#{showPluginPreferences and !empty feedTeasersPreferencesEditor ? 'pluginPreferencesBox' : ''}">
  +    <s:div id="feedTeasers"
  +           styleClass="#{showPluginPreferences and !empty feedTeasersPreferencesEditor ? 'pluginPreferencesBox box' : 'box'}">
   
       <s:div id="feedTeasersPreferences"
              rendered="#{showPluginPreferences and !empty feedTeasersPreferencesEditor}">
  @@ -67,6 +67,6 @@
           </h:column>
       </h:dataTable>
   
  -</s:div></div></div></div>
  +    </s:div>
       
   </wiki:plugin>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list