[jboss-svn-commits] JBL Code SVN: r5329 - 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
Thu Jul 27 19:23:51 EDT 2006
Author: unibrew
Date: 2006-07-27 19:23:49 -0400 (Thu, 27 Jul 2006)
New Revision: 5329
Modified:
labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml
Log:
[JBFORUMS-107] Fixing minor resource bundle issues while preparing forums for beta deploy.
Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml 2006-07-27 22:02:29 UTC (rev 5328)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml 2006-07-27 23:23:49 UTC (rev 5329)
@@ -40,7 +40,7 @@
<span class="gen">${attachment.file.name}</span></b></td>
</tr>
<tr>
- <td width="15%" class="attachrow"><span class="genmed">&nbsp;{resource.Description}:</span></td>
+ <td width="15%" class="attachrow"><span class="genmed">&nbsp;${resource.Description}:</span></td>
<td width="75%" class="attachrow">
<table width="100%" border="0" cellpadding="0" cellspacing="4" align="center">
<tr>
@@ -51,13 +51,13 @@
<td rowspan="4" align="center" width="10%" class="attachrow"><br/>
<h:outputLink value="/portal-forums/downloadAttachment" styleClass="genmed">
<f:param name="id" value="${attachment.id}"/>
- <b>{resource.Download} </b>
+ <b>${resource.Download} </b>
</h:outputLink>
</td>
</tr>
<tr>
- <td width="15%" class="attachrow"><span class="genmed">&nbsp;${resource.Filename}:</span></td>
+ <td width="15%" class="attachrow"><span class="genmed">&nbsp;${resource.File_name}:</span></td>
<td width="75%" class="attachrow"><span class="genmed">&nbsp;${attachment.file.name}</span>
</td>
</tr>
More information about the jboss-svn-commits
mailing list