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

Christian Bauer christian at hibernate.org
Fri Jan 4 17:28:52 EST 2008


  User: cbauer  
  Date: 08/01/04 17:28:52

  Modified:    examples/wiki/view/plugins/feedTeasers  plugin.xhtml
  Log:
  Configurable forum reply e-mail notification and Safari3 fixes
  
  Revision  Changes    Path
  1.16      +63 -56    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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- plugin.xhtml	30 Dec 2007 02:33:27 -0000	1.15
  +++ plugin.xhtml	4 Jan 2008 22:28:52 -0000	1.16
  @@ -9,15 +9,18 @@
   
       <s:div styleClass="feedTeasers box">
   
  +        <s:div styleClass="boxHeader">
  +            <h:outputText value="#{preferences.get('FeedTeasers', currentMacro).title}"/>
  +        </s:div>
  +
  +        <div class="boxContent">
  +
           <h:dataTable value="#{feedTeasers.teasers}" var="fe"
  -                     styleClass="datatable rightBorder leftBorder topBorder bottomBorder feedTeaserTable"
  -                     headerClass="regularHeader alignLeft feedTeaserHeader"
  +                         styleClass="datatable feedTeaserTable"
                        columnClasses="teaserColumn"
                        rowClasses="rowOdd, rowEven"
                        cellpadding="0" cellspacing="0" border="0">
               <h:column>
  -                <f:facet name="header"><h:outputText value="#{preferences.get('FeedTeasers', currentMacro).title}"/></f:facet>
  -
                   <div class="teaserAuthorDate">
                       <s:span styleClass="teaserDate">
                           <h:outputText value="#{fe.updatedDate}">
  @@ -69,6 +72,10 @@
               </h:column>
           </h:dataTable>
   
  +        </div>
  +
  +        <div class="boxFooter"/>
  +
       </s:div>
       
   </wiki:plugin>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list