[seam-commits] Seam SVN: r9372 - trunk/seam-gen/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 21 11:06:00 EDT 2008


Author: dan.j.allen
Date: 2008-10-21 11:06:00 -0400 (Tue, 21 Oct 2008)
New Revision: 9372

Modified:
   trunk/seam-gen/view/view.xhtml.ftl
Log:
center the links in the action column


Modified: trunk/seam-gen/view/view.xhtml.ftl
===================================================================
--- trunk/seam-gen/view/view.xhtml.ftl	2008-10-21 09:52:11 UTC (rev 9371)
+++ trunk/seam-gen/view/view.xhtml.ftl	2008-10-21 15:06:00 UTC (rev 9372)
@@ -102,7 +102,7 @@
 </#if>
 </#if>
 </#foreach>
-            <h:column>
+            <h:column styleClass="action">
                 <f:facet name="header">Action</f:facet>
                 <s:link id="view${parentName}"
                      value="View"




More information about the seam-commits mailing list