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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 8 10:14:36 EST 2007


Author: unibrew
Date: 2007-03-08 10:14:35 -0500 (Thu, 08 Mar 2007)
New Revision: 10074

Modified:
   labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml
Log:
[JBFORUMS-189] Now BackToTop link works.

Modified: labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml
===================================================================
--- labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2007-03-08 15:14:22 UTC (rev 10073)
+++ labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2007-03-08 15:14:35 UTC (rev 10074)
@@ -37,6 +37,8 @@
     <!-- make sure the user is allowed to access both the forum and the category that the specified topic belongs to -->
 	<forums:isAllowed fragment="acl://readCategory" contextData="#{topic.topic.forum.category}">
 	<forums:isAllowed fragment="acl://readForum" contextData="#{topic.topic.forum}">
+
+    <a name="top" />
    
       <table width="100%" cellspacing="2" cellpadding="2" border="0">
          <tr>




More information about the jboss-svn-commits mailing list