[jboss-svn-commits] JBL Code SVN: r6383 - labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Sep 23 15:53:58 EDT 2006


Author: unibrew
Date: 2006-09-23 15:53:56 -0400 (Sat, 23 Sep 2006)
New Revision: 6383

Modified:
   labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/index.xhtml
Log:
[JBFORUMS] Turning on SummaryView.

Modified: labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/index.xhtml
===================================================================
--- labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/index.xhtml	2006-09-23 19:33:46 UTC (rev 6382)
+++ labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/index.xhtml	2006-09-23 19:53:56 UTC (rev 6383)
@@ -30,7 +30,7 @@
       class="bb"
 >
 
-<!--c:if test="#{summary.initialized}">
+<c:if test="#{summary.initialized}">
 	<c:if test="#{summary.numberOfTopicsFound>0}">
 		<ui:include src="/views/summary/viewsummary_body.xhtml"/>
 	</c:if>
@@ -38,8 +38,6 @@
 	<c:if test="#{summary.numberOfTopicsFound==0}">
 		<ui:include src="/views/category/viewcategory_body.xhtml"/>
 	</c:if>
-</c:if-->
+</c:if>
 
-<ui:include src="/views/category/viewcategory_body.xhtml"/>
-
 </div>
\ No newline at end of file




More information about the jboss-svn-commits mailing list