[jboss-cvs] jboss-seam/examples/wiki/view ...
Christian Bauer
christian at hibernate.org
Thu Aug 30 12:51:01 EDT 2007
User: cbauer
Date: 07/08/30 12:51:01
Modified: examples/wiki/view dirDisplay.xhtml
Log:
Finished Blosxom importer (not perfect though) and minor bugfixes
Revision Changes Path
1.23 +5 -3 jboss-seam/examples/wiki/view/dirDisplay.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: dirDisplay.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/dirDisplay.xhtml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- dirDisplay.xhtml 29 Aug 2007 00:29:24 -0000 1.22
+++ dirDisplay.xhtml 30 Aug 2007 16:51:01 -0000 1.23
@@ -153,9 +153,11 @@
</s:link>
<h:outputText value=" (#{wiki:displayFilesize(node.filesize)}, #{node.contentType})"/>
</s:span>
- <s:span rendered="#{wiki:isFile(node) and !s:hasPermission('Node', 'edit', node)}">
+ <h:panelGroup rendered="#{wiki:isFile(node) and !s:hasPermission('Node', 'edit', node)}">
+ <h:outputLink value="#{wiki:renderURL(node)}">
<h:outputText value="#{wiki:truncateString(node.name, 30, '...')} (#{wiki:displayFilesize(node.filesize)}, #{node.contentType})"/>
- </s:span>
+ </h:outputLink>
+ </h:panelGroup>
</h:column>
More information about the jboss-cvs-commits
mailing list