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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 1 18:19:06 EST 2007


Author: unibrew
Date: 2007-03-01 18:19:06 -0500 (Thu, 01 Mar 2007)
New Revision: 9894

Modified:
   labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml
Log:
[JBFORUMS-186] Showing user's homepage url improved.

Modified: labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml
===================================================================
--- labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2007-03-01 23:17:54 UTC (rev 9893)
+++ labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2007-03-01 23:19:06 UTC (rev 9894)
@@ -423,13 +423,11 @@
                                  </a>
                               </c:if>
                               <c:if test="${forums:userProperty(postrow.poster.user.properties,'INFO_USER_HOMEPAGE') ne null}">
-                                 <h:outputLink value="${forums:userProperty(postrow.poster.user.properties,'INFO_USER_HOMEPAGE')}" style="text-decoration: none;">
-                                    <f:verbatim>
+                                 <a href="${forums:userProperty(postrow.poster.user.properties,'INFO_USER_HOMEPAGE')}" style="text-decoration: none;">
                                         <img border="0"
                                              src="#{forums:themeURL('resourceIconWWWURL')}"
                                              alt="${resource.Visit_website}"/>
-                                    </f:verbatim>
-                                 </h:outputLink>
+                                 </a>
                               </c:if>
                               <c:if test="${forums:userProperty(postrow.poster.user.properties,'INFO_USER_IM_AIM') ne null}">
                                  <a href="aim:goim?screenname=#{forums:userProperty(postrow.poster.user.properties,'INFO_USER_IM_AIM')}&amp;message=Hello+Are+you+there?" style="text-decoration: none;">




More information about the jboss-svn-commits mailing list