[jboss-svn-commits] JBL Code SVN: r5351 - labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Jul 29 03:18:16 EDT 2006


Author: unibrew
Date: 2006-07-29 03:18:15 -0400 (Sat, 29 Jul 2006)
New Revision: 5351

Modified:
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml
Log:
[JBFORUMS-107] Repairing small displaying e-mail issue.

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2006-07-29 07:00:23 UTC (rev 5350)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2006-07-29 07:18:15 UTC (rev 5351)
@@ -380,13 +380,11 @@
                               </h:outputLink>
                               
                               <c:if test="${postrow.poster.user.fakeEmail ne null}">
-                                 <h:outputLink value="mailto:${postrow.poster.user.fakeEmail}" style="text-decoration: none;">
-                                    <f:verbatim>
+                                 <a href="mailto:${postrow.poster.user.fakeEmail}" style="text-decoration: none;">
                                         <img border="0"
                                              src="#{forums:themeURL('resourceIconEmailURL')}"
                                              alt="${resource.Send_email}"/>
-                                    </f:verbatim>
-                                 </h:outputLink>
+                                 </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;">




More information about the jboss-svn-commits mailing list