[jboss-svn-commits] JBL Code SVN: r12061 - 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
Tue May 22 06:57:29 EDT 2007


Author: unibrew
Date: 2007-05-22 06:57:29 -0400 (Tue, 22 May 2007)
New Revision: 12061

Modified:
   labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml
Log:
[JBFORUMS-219] Small corrections to viewprofile xhtml.

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-22 10:57:04 UTC (rev 12060)
+++ labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml	2007-05-22 10:57:29 UTC (rev 12061)
@@ -56,13 +56,13 @@
          <th class="thHead" colspan="2" height="25" nowrap="nowrap">${resource.L_VIEWING_PROFILE}</th>
       </tr>
       <!--   <tr>    TODO: MISSING AVATAR FEATURE - NEW FEATURE FOR FORUMS
-      <td class="catLeft" width="40%" height="28" align="center"><b><span class="gen">${n:i18n("L_AVATAR")}</span></b>
+      <td class="catLeft" width="40%" height="28" align="center"><b><span class="gen">${resource.L_AVATAR}</span></b>
       </td>
-      <td class="catRight" width="60%"><b><span class="gen">${n:i18n("L_ABOUT_USER")}</span></b></td>
+      <td class="catRight" width="60%"><b><span class="gen">${resource.L_ABOUT_USER}</span></b></td>
    </tr>-->
       <tr>
-         <!--<td class="row1" height="6" valign="top" align="center">${n:out("AVATAR_IMG")}<br/><span
-         class="postdetails">${n:out("POSTER_RANK")}</span></td>-->
+         <!--<td class="row1" height="6" valign="top" align="center">${"AVATAR_IMG"}<br/><span
+         class="postdetails">${"POSTER_RANK"}</span></td>-->
          <td class="row1" rowspan="3" valign="top">
             <table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr>
@@ -81,8 +81,8 @@
                      <b><span class="gen">${profile.poster.postCount}</span></b>
                      <!-- TODO: MISSING STATS - NEW FEATURE FOR FORUMS
                      <br/><span
-                  class="genmed">[${n:out("POST_PERCENT_STATS")} / ${n:out("POST_DAY_STATS")}]</span> <br/><span
-                  class="genmed"><a href="${n:out("U_SEARCH_USER")}" class="genmed">${n:i18n("L_SEARCH_USER_POSTS")}</a></span>-->
+                  class="genmed">[${"POST_PERCENT_STATS"} / ${"POST_DAY_STATS"}]</span> <br/><span
+                  class="genmed"><a href="${"U_SEARCH_USER"}" class="genmed">${resource.L_SEARCH_USER_POSTS}</a></span>-->
                   </td>
                </tr>
                <tr>




More information about the jboss-svn-commits mailing list