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

Christian Bauer christian at hibernate.org
Fri Aug 31 09:38:14 EDT 2007


  User: cbauer  
  Date: 07/08/31 09:38:14

  Modified:    examples/wiki/view/plugins/feedTeasers  plugin.xhtml
  Log:
  More preferences for blogs
  
  Revision  Changes    Path
  1.7       +5 -6      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- plugin.xhtml	25 Aug 2007 17:59:26 -0000	1.6
  +++ plugin.xhtml	31 Aug 2007 13:38:14 -0000	1.7
  @@ -7,16 +7,16 @@
          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' : null}">
  +<div id="feedTeasersContainer" class="shadowContainer"><div class="shadow1"><div class="shadow2"><s:div id="feedTeasers"
  +       styleClass="#{showPluginPreferences and !empty feedTeasersPreferencesEditor ? 'pluginPreferencesBox' : ''}">
   
       <s:div id="feedTeasersPreferences"
              rendered="#{showPluginPreferences and !empty feedTeasersPreferencesEditor}">
           <div align="center">
  -            <h:message for="feedTeasersPreferences" styleClass="attentionMessage"/>
  +            <h:message for="feedTeasersPreferences" styleClass="pluginPreferencesMessage"/>
   
               <ui:include src="../../includes/pluginPreferencesForm.xhtml">
  +                <ui:param name="pluginDiv" value="feedTeasers"/>
                   <ui:param name="pluginPreferencesEditor" value="#{feedTeasersPreferencesEditor}"/>
               </ui:include>
           </div>
  @@ -67,7 +67,6 @@
           </h:column>
       </h:dataTable>
   
  -</s:div>
  -</div></div></div>
  +</s:div></div></div></div>
       
   </wiki:plugin>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list