[jboss-cvs] jboss-seam/examples/wiki/view/plugins/lastModifiedDocuments ...
Christian Bauer
christian at hibernate.org
Mon Mar 19 08:11:24 EDT 2007
User: cbauer
Date: 07/03/19 08:11:24
Modified: examples/wiki/view/plugins/lastModifiedDocuments
plugin.xhtml
Log:
Automatic CSS include for plugins
Revision Changes Path
1.2 +6 -7 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.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- plugin.xhtml 19 Mar 2007 04:53:54 -0000 1.1
+++ plugin.xhtml 19 Mar 2007 12:11:24 -0000 1.2
@@ -16,19 +16,18 @@
<f:facet name="header">
Recent changes:
</f:facet>
- <h:outputLink value="#{wiki:renderURL(doc)}" styleClass="itemLink">
- #{doc.name}
- </h:outputLink>
- </h:column>
- <h:column>
<h:outputText value="#{doc.lastModifiedOn}"
rendered="#{!empty doc.lastModifiedOn}">
- <f:convertDateTime type="both"/>
+ <f:convertDateTime pattern="dd. MMM yyyy, HH:mm"/>
</h:outputText>
<h:outputText value=" (#{doc.lastModifiedBy.username})"
rendered="#{!empty doc.lastModifiedBy}">
</h:outputText>
-
+ </h:column>
+ <h:column>
+ <h:outputLink value="#{wiki:renderURL(doc)}" styleClass="lastModifiedLink">
+ #{doc.name}
+ </h:outputLink>
</h:column>
</h:dataTable>
More information about the jboss-cvs-commits
mailing list