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

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


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

  Modified:    examples/wiki/view/plugins/lastModifiedDocuments 
                        plugin.xhtml
  Log:
  UI improvements
  
  Revision  Changes    Path
  1.12      +39 -40    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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- plugin.xhtml	31 Aug 2007 13:38:14 -0000	1.11
  +++ plugin.xhtml	1 Sep 2007 08:42:49 -0000	1.12
  @@ -7,9 +7,8 @@
          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' : ''}">
  +    <s:div id="lastModifiedDocuments"
  +           styleClass="#{showPluginPreferences and !empty lastModifiedDocumentsPreferencesEditor ? 'pluginPreferencesBox box' : 'box'}">
   
       <s:div id="lastModifiedDocumentsPreferences"
              rendered="#{showPluginPreferences and !empty lastModifiedDocumentsPreferencesEditor}">
  @@ -49,6 +48,6 @@
           </h:column>
       </h:dataTable>
   
  -</s:div>
  -</div></div></s:div>
  +    </s:div>
  +
   </wiki:plugin>
  
  
  



More information about the jboss-cvs-commits mailing list