[jboss-cvs] jboss-seam/examples/wiki/view/plugins/lastModifiedDocuments ...
Christian Bauer
christian at hibernate.org
Fri Jan 4 17:28:54 EST 2008
User: cbauer
Date: 08/01/04 17:28:54
Modified: examples/wiki/view/plugins/lastModifiedDocuments
plugin.xhtml
Log:
Configurable forum reply e-mail notification and Safari3 fixes
Revision Changes Path
1.18 +33 -27 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.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- plugin.xhtml 30 Dec 2007 02:33:28 -0000 1.17
+++ plugin.xhtml 4 Jan 2008 22:28:53 -0000 1.18
@@ -9,18 +9,20 @@
<s:div styleClass="box lastModifiedDocuments">
+ <s:div styleClass="boxHeader">
+ #{messages['lastModifiedDocuments.label.Last']}
+ #{preferences.get('LastModifiedDocuments', currentMacro).numberOfItems}
+ #{messages['lastModifiedDocuments.label.ModifiedDocuments']}
+ </s:div>
+
+ <div class="boxContent">
+
<h:dataTable value="#{lastModifiedDocuments.listOfDocuments}" var="doc"
- styleClass="datatable rightBorder leftBorder topBorder bottomBorder lastModifiedDocumentsTable"
- headerClass="regularHeader alignLeft"
+ styleClass="datatable lastModifiedDocumentsTable"
columnClasses="onePercentColumn alignLeft lastModifiedColumn, defaultColumn alignLeft"
rowClasses="rowOdd,rowEven"
cellpadding="0" cellspacing="0" border="0">
<h:column>
- <f:facet name="header">
- #{messages['lastModifiedDocuments.label.Last']}
- #{preferences.get('LastModifiedDocuments', currentMacro).numberOfItems}
- #{messages['lastModifiedDocuments.label.ModifiedDocuments']}:
- </f:facet>
<h:outputText value="#{doc.lastModifiedOn}"
rendered="#{!empty doc.lastModifiedOn}">
<f:convertDateTime pattern="dd. MMM yyyy, HH:mm" timeZone="#{preferences.get('Wiki').timeZone}"/>
@@ -37,6 +39,10 @@
</h:column>
</h:dataTable>
+ </div>
+
+ <div class="boxFooter"/>
+
</s:div>
</wiki:plugin>
More information about the jboss-cvs-commits
mailing list