[jboss-svn-commits] JBL Code SVN: r7632 - labs/jbossforums/trunk/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:29:50 EST 2006
Author: unibrew
Date: 2006-11-16 05:29:48 -0500 (Thu, 16 Nov 2006)
New Revision: 7632
Modified:
labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml
Log:
[JBFORUMS-126] Now NewTopic works also on IE.
Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml 2006-11-16 10:29:37 UTC (rev 7631)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml 2006-11-16 10:29:48 UTC (rev 7632)
@@ -35,12 +35,13 @@
<c:if test="#{forum.initialized && forum.forum!=null && 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