[jboss-svn-commits] JBL Code SVN: r11955 - labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/profile.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri May 18 09:31:40 EDT 2007


Author: unibrew
Date: 2007-05-18 09:31:40 -0400 (Fri, 18 May 2007)
New Revision: 11955

Modified:
   labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml
Log:
[JBFORUMS-219] I removed n:out leftovers.

Modified: labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml
===================================================================
--- labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml	2007-05-18 13:31:12 UTC (rev 11954)
+++ labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml	2007-05-18 13:31:40 UTC (rev 11955)
@@ -228,9 +228,9 @@
                      <script language="JavaScript" type="text/javascript"><!--
 
 		if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
-			document.write(' ${n:out("ICQ_IMG")}');
+			document.write(' ${resource.ICQ_IMG}');
 		else
-			document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td nowrap="nowrap"><div style="position:relative;height:18px"><div style="position:absolute">${n:out("ICQ_IMG")}</div><div style="position:absolute;left:3px;top:-1px">${n:out("ICQ_STATUS_IMG")}</div></div></td></tr></table>');
+			document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td nowrap="nowrap"><div style="position:relative;height:18px"><div style="position:absolute">${resource.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">${resource.ICQ_STATUS_IMG}</div></div></td></tr></table>');
 		  
 		  //--></script>
                         <a href="http://www.icq.com/scripts/search.dll?to=#{forums:userProperty(profile.poster.user.properties,'INFO_USER_IM_ICQ')}" style="text-decoration: none;">




More information about the jboss-svn-commits mailing list