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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Nov 16 05:30:03 EST 2006


Author: unibrew
Date: 2006-11-16 05:30:00 -0500 (Thu, 16 Nov 2006)
New Revision: 7633

Modified:
   labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml
Log:
[JBFORUMS-126] Now NewTopic works also on IE.

Modified: labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml
===================================================================
--- labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml	2006-11-16 10:29:48 UTC (rev 7632)
+++ labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml	2006-11-16 10:30:00 UTC (rev 7633)
@@ -35,12 +35,13 @@
 
 
 <c:if test="#{forum.initialized &amp;&amp; forum.forum!=null &amp;&amp; forum.forum.id!=-1}">
-    <h:form>
+
     <!-- make sure the user is allowed to access both the specified forum and the category that this forum belongs to -->
 	<forums:isAllowed fragment="acl://readCategory" contextData="#{forum.forum.category}">
 	<forums:isAllowed fragment="acl://readForum" contextData="#{forum.forum}">
+
+<h:form>	
 	
-	
     <!-- title, newtopic, forum, and page navigation -->
 	<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
       <tr>
@@ -589,7 +590,7 @@
 	      </tr>         
       </c:if>  
    </table>
-     
+   </h:form>   
   
   <!-- displaying icons, permissions, and jumpbox -->
   <table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
@@ -696,7 +697,6 @@
   </table>
   </forums:isAllowed>
   </forums:isAllowed>
-  </h:form>
   </c:if>
   
   <c:if test="#{forum.forum==null}">




More information about the jboss-svn-commits mailing list