[jboss-svn-commits] JBL Code SVN: r6087 - in labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views: . admin category common errors forums moderator pref profile summary topics watches

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 5 12:27:08 EDT 2006


Author: unibrew
Date: 2006-09-05 12:26:55 -0400 (Tue, 05 Sep 2006)
New Revision: 6087

Modified:
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/editCategory.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/editForum.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/index.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/category/viewcategory_body.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/common/common.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/errors/error_body.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/jumpbox.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/delete_topic.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_body.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_move.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_split.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/portal_index.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/pref/index.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/summary/viewsummary_body.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/delete_poll.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/delete_post.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_edit_body.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_edit_preview.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_body.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_preview.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_body.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_preview.xhtml
   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_poll_ballot.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_poll_result.xhtml
   labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/watches/forumWatch.xhtml
Log:
[JBFORUMS-105] Replacing   with &#160 for compatibility between releases.

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/editCategory.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/editCategory.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/editCategory.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -48,7 +48,7 @@
          <td class="row2">         	
 	         	<h:inputText id="Category" styleClass="post" size="25" 
 	         	value="#{adminController.categoryName}" required="true"/>
-	         	&amp;nbsp;<h:message for="Category" style="color:red" styleClass="liteoption"/>&amp;nbsp;         	
+	         	&#160;<h:message for="Category" style="color:red" styleClass="liteoption"/>&#160;         	
          </td>
       </tr>
       <tr>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/editForum.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/editForum.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/editForum.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -48,7 +48,7 @@
          <td class="row1">${resource.Forum_name}</td>
          <td class="row2">         	
          	<h:inputText id="Forum" size="25" styleClass="post" value="#{adminController.forumName}" required="true"/>
-         	&amp;nbsp;<h:message for="Forum" style="color:red" styleClass="liteoption"/>&amp;nbsp;         	
+         	&#160;<h:message for="Forum" style="color:red" styleClass="liteoption"/>&#160;         	
          </td>
       </tr>
       <tr>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/index.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/index.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/admin/index.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -87,7 +87,7 @@
 		            	<h:commandLink action="#{adminController.moveCategoryUp}">
 		            		<h:outputText value="${resource.Move_up}"/>
 		            	</h:commandLink> 
-		            	&amp;nbsp;&amp;nbsp;&amp;nbsp;
+		            	&#160;&#160;&#160;
 		            	<h:commandLink action="#{adminController.moveCategoryDown}">
 		            		<h:outputText value="${resource.Move_down}"/>
 		            	</h:commandLink>
@@ -144,7 +144,7 @@
 		            	<h:commandLink action="#{adminController.moveForumUp}">
 		            		<h:outputText value="${resource.Move_up}"/>
 		            	</h:commandLink> 
-		            	&amp;nbsp;&amp;nbsp;&amp;nbsp;
+		            	&#160;&#160;&#160;
 		            	<h:commandLink action="#{adminController.moveForumDown}">
 		            		<h:outputText value="${resource.Move_down}"/>
 		            	</h:commandLink>
@@ -184,7 +184,7 @@
 	         <td colspan="7" class="catBottom">
 	         	<h:inputText id="Category" styleClass="post" value="#{adminController.categoryName}" required="true"/>         		         	
 	         	<h:commandButton styleClass="liteoption" value="${resource.Create_category}" action="#{adminController.addCategory}"/>
-	         	&amp;nbsp;<h:message for="Category" style="color:red" styleClass="liteoption"/>&amp;nbsp;
+	         	&#160;<h:message for="Category" style="color:red" styleClass="liteoption"/>&#160;
 	         </td>
 	      </tr> 
 	      </h:form> 

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/category/viewcategory_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/category/viewcategory_body.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/category/viewcategory_body.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -38,16 +38,16 @@
 		
 			<tr>
 		      <th colspan="2" class="thCornerL" height="25" nowrap="nowrap">
-		      	&amp;nbsp;#{resource.Forum}&amp;nbsp;  					
+		      	&#160;#{resource.Forum}&#160;  					
 		      </th>
 		      <th width="50" class="thTop" nowrap="nowrap">
-		      	&amp;nbsp;#{resource.Topics}&amp;nbsp;
+		      	&#160;#{resource.Topics}&#160;
 		      </th>
 		      <th width="50" class="thTop" nowrap="nowrap">
-		      	&amp;nbsp;#{resource.Posts}&amp;nbsp;
+		      	&#160;#{resource.Posts}&#160;
 		      </th>
 		      <th class="thCornerR" nowrap="nowrap">
-		      	&amp;nbsp;#{resource.Last_Post}&amp;nbsp;
+		      	&#160;#{resource.Last_Post}&#160;
 		      </th>
 		   </tr>
 		   
@@ -65,7 +65,7 @@
 		         		</h:outputLink>
 		         	</span>
 		         </td>
-		         <td class="rowpic" colspan="3" align="right">&amp;nbsp;</td>
+		         <td class="rowpic" colspan="3" align="right">&#160;</td>
 		      </tr>
 		      <c:forEach items="#{category.forums[catrow.id]}" var="forumrow">
 		      <forums:isAllowed fragment="acl://readForum" contextData="#{forumrow}">		      
@@ -83,7 +83,7 @@
 		          		</h:outputLink><br/>
 		  		    </span> 
 		  		    <span class="genmed">${forumrow.description}<br/></span>
-		  		    <span class="gensmall">&amp;nbsp;&amp;nbsp;</span>
+		  		    <span class="gensmall">&#160;&#160;</span>
 		        </td>
 		        <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">${forumrow.topicCount}</span></td>
 		        <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">${forumrow.postCount}</span></td>
@@ -160,10 +160,10 @@
 		   <tr>
 		      <td width="20" align="center"><img src="#{forums:contextPath()}/subSilver/images/folder_new.gif" alt="${resource.New_posts}"/></td>
 		      <td><span class="gensmall">${resource.New_posts}</span></td>
-		      <td>&amp;nbsp;&amp;nbsp;</td>
+		      <td>&#160;&#160;</td>
 		      <td width="20" align="center"><img src="#{forums:contextPath()}/subSilver/images/folder.gif" alt="${resource.No_new_posts}"/></td>
 		      <td><span class="gensmall">${resource.No_new_posts}</span></td>
-		      <td>&amp;nbsp;&amp;nbsp;</td>
+		      <td>&#160;&#160;</td>
 		      <td width="20" align="center"><img src="#{forums:contextPath()}/subSilver/images/folder_lock.gif" alt="${resource.Forum_is_locked}"/></td>
 		      <td><span class="gensmall">${resource.Forum_is_locked}</span></td>      
 		   </tr>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/common/common.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/common/common.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/common/common.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -41,35 +41,35 @@
 	    <table cellspacing="0" cellpadding="2" border="0">
    		<tr>
       	<td align="center" valign="top" nowrap="nowrap">
-      	<span class="mainmenu">&amp;nbsp;&amp;nbsp;      	
+      	<span class="mainmenu">&#160;&#160;      	
       		<h:outputLink value="#{forums:outputLink(shared.links['category'],true)}" styleClass="mainmenu">
       			<img src="/portal-forums/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Home" hspace="3"/>
       			${resource.Home}
-      		</h:outputLink>&amp;nbsp;&amp;nbsp;
+      		</h:outputLink>&#160;&#160;
       	</span>
       	<c:if test="#{shared.anonymous==false &amp;&amp; forums:isRunningInPortal()==false}">
-      	<span class="mainmenu">&amp;nbsp;&amp;nbsp;      	
+      	<span class="mainmenu">&#160;&#160;      	
       		<h:outputLink value="#{forums:outputLink(shared.links['pref'],true)}" styleClass="mainmenu">
       			<img src="/portal-forums/subSilver/images/icon_mini_watch.gif" width="12" height="13" border="0" alt="Preferences" hspace="3"/>
       			${resource.Preferences}
-      		</h:outputLink>&amp;nbsp;&amp;nbsp;
+      		</h:outputLink>&#160;&#160;
       	</span>
       	</c:if>
       	<c:if test="#{shared.anonymous==false}">
-      	<span class="mainmenu">&amp;nbsp;&amp;nbsp;      	
+      	<span class="mainmenu">&#160;&#160;      	
       		<h:outputLink value="#{forums:outputLink(shared.links['forumWatch'],true)}" styleClass="mainmenu">
       			<img src="/portal-forums/subSilver/images/icon_mini_watch.gif" width="12" height="13" border="0" alt="Watched Forums" hspace="3"/>
       			${resource.Watched_Forums}
-      		</h:outputLink>&amp;nbsp;&amp;nbsp;
+      		</h:outputLink>&#160;&#160;
       	</span>
       	</c:if>
       	<c:if test="#{shared.anonymous==false}">
       	<forums:isAllowed fragment="acl://accessAdminTool">     	  
-	      	<span class="mainmenu">&amp;nbsp;&amp;nbsp;      	     
+	      	<span class="mainmenu">&#160;&#160;      	     
 	      		<h:outputLink value="#{forums:outputLink(shared.links['admin'],true)}" styleClass="mainmenu">
 	      			<img src="/portal-forums/subSilver/images/icon_mini_admin.gif" width="12" height="13" border="0" alt="Administration" hspace="3"/>
 	      			${resource.Admin_panel}
-	      		</h:outputLink>&amp;nbsp;&amp;nbsp;
+	      		</h:outputLink>&#160;&#160;
 	      	</span>
       	</forums:isAllowed>
       	</c:if>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/errors/error_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/errors/error_body.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/errors/error_body.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -36,7 +36,7 @@
       <td>
          <table width="100%" cellspacing="0" cellpadding="1" border="0">
             <tr>
-               <td>&amp;nbsp;</td>
+               <td>&#160;</td>
             </tr>
             <tr>
                <td align="center">
@@ -44,7 +44,7 @@
                </td>
             </tr>
             <tr>
-               <td>&amp;nbsp;</td>
+               <td>&#160;</td>
             </tr>
             <tr>
                <td align="center">                	
@@ -52,7 +52,7 @@
                </td>
             </tr>
             <tr>
-               <td>&amp;nbsp;</td>
+               <td>&#160;</td>
             </tr>
          </table>
       </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/forums/viewforum_body.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -77,7 +77,7 @@
          </forums:isAllowed>         	
          <td align="left" valign="middle" class="nav" width="100%">
          	<span class="nav">
-         		&amp;nbsp;&amp;nbsp;&amp;nbsp;
+         		&#160;&#160;&#160;
 	            <h:outputLink value="#{forums:outputLink(shared.links['category'],true)}" styleClass="nav">
   					<h:outputText value="#{shared.mainPageName}"/>  					
   				</h:outputLink> 
@@ -101,13 +101,13 @@
 	         		${resource.Goto_page}      
 	         		<!-- previous link -->
 	         		<c:if test="#{forum.pageNavigator.pageNumber gt 1}">   	
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 		         		<h:outputLink value="#{forums:outputLink(shared.links['forum'],true)}">
 		         		    <f:param name="f" value="#{forum.forum.id}"/>
 			       		    <f:param name="page" value="#{forum.pageNavigator.currentPage-1}"/>
 		         			<h:outputText value="${resource.Previous}"/>
 		         		</h:outputLink>         			         		
-	         			&amp;nbsp;&amp;nbsp;	
+	         			&#160;&#160;	
 	         		</c:if>
 	         		<!-- actual pages -->
 	         		<c:forEach items="#{forum.pageNavigator.pages}" var="page" varStatus="idx">
@@ -129,13 +129,13 @@
 	       			</c:forEach>
 	       			<!-- Next link -->  
 	       			<c:if test="#{forum.pageNavigator.pageNumber lt forum.pageNavigator.totalPages}">     			
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 		         		<h:outputLink value="#{forums:outputLink(shared.links['forum'],true)}">
 		         		    <f:param name="f" value="#{forum.forum.id}"/>
 			       		    <f:param name="page" value="#{forum.pageNavigator.currentPage+1}"/>
 		         			<h:outputText value="${resource.Next}"/>
 		         		</h:outputLink>         		
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 	         		</c:if>
 	         	</span>
 	         </td>
@@ -148,12 +148,12 @@
    <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
       <tr>
          <th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap">
-            &amp;nbsp;${resource.Topics}&amp;nbsp;
+            &#160;${resource.Topics}&#160;
          </th>
-         <th width="50" align="center" class="thTop" nowrap="nowrap">&amp;nbsp;${resource.Replies}&amp;nbsp;</th>
-         <th width="100" align="center" class="thTop" nowrap="nowrap">&amp;nbsp;${resource.Author}&amp;nbsp;</th>
-         <th width="50" align="center" class="thTop" nowrap="nowrap">&amp;nbsp;${resource.Views}&amp;nbsp;</th>
-         <th align="center" class="thCornerR" nowrap="nowrap">&amp;nbsp;${resource.Last_Post}&amp;nbsp;</th>
+         <th width="50" align="center" class="thTop" nowrap="nowrap">&#160;${resource.Replies}&#160;</th>
+         <th width="100" align="center" class="thTop" nowrap="nowrap">&#160;${resource.Author}&#160;</th>
+         <th width="50" align="center" class="thTop" nowrap="nowrap">&#160;${resource.Views}&#160;</th>
+         <th align="center" class="thCornerR" nowrap="nowrap">&#160;${resource.Last_Post}&#160;</th>
       </tr>
       <c:choose>
       	  <c:when test="#{forum.forum.topicCount>0}">
@@ -167,7 +167,7 @@
 		     		</a>
 		     	</span>
 		     </td>
-		     <td class="rowpic" colspan="3" align="right">&amp;nbsp;</td>
+		     <td class="rowpic" colspan="3" align="right">&#160;</td>
 	      </tr>
 	      <c:forEach items="#{forum.announcements}" var="topicrow">
 	      	<tr>
@@ -268,7 +268,7 @@
 		     		</a>
 		     	</span>
 		     </td>
-		     <td class="rowpic" colspan="3" align="right">&amp;nbsp;</td>
+		     <td class="rowpic" colspan="3" align="right">&#160;</td>
 	      </tr>	
 	      <c:forEach items="#{forum.stickyThreads}" var="topicrow">
 	      	<tr>
@@ -369,7 +369,7 @@
 		     		</a>
 		     	</span>
 		     </td>
-		     <td class="rowpic" colspan="3" align="right">&amp;nbsp;</td>
+		     <td class="rowpic" colspan="3" align="right">&#160;</td>
 	      </tr>
 	      <c:forEach items="#{forum.normalThreads}" var="topicrow">
 	      	<tr>
@@ -501,7 +501,7 @@
          </forums:isAllowed>
          <td align="left" valign="middle" width="100%">
          	<span class="nav">
-         		&amp;nbsp;&amp;nbsp;&amp;nbsp;
+         		&#160;&#160;&#160;
 	            <h:outputLink value="#{forums:outputLink(shared.links['category'],true)}" styleClass="nav">
   					<h:outputText value="#{shared.mainPageName}"/>  					
   				</h:outputLink> 
@@ -525,13 +525,13 @@
 	         		${resource.Goto_page}      
 	         		<!-- previous link -->
 	         		<c:if test="#{forum.pageNavigator.pageNumber gt 1}">   	
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 		         		<h:outputLink value="#{forums:outputLink(shared.links['forum'],true)}">
 		         		    <f:param name="f" value="#{forum.forum.id}"/>
 			       		    <f:param name="page" value="#{forum.pageNavigator.currentPage-1}"/>
 		         			<h:outputText value="${resource.Previous}"/>
 		         		</h:outputLink>         			         		
-	         			&amp;nbsp;&amp;nbsp;	
+	         			&#160;&#160;	
 	         		</c:if>
 	         		<!-- actual pages -->
 	         		<c:forEach items="#{forum.pageNavigator.pages}" var="page" varStatus="idx">
@@ -553,13 +553,13 @@
 	       			</c:forEach>
 	       			<!-- Next link -->  
 	       			<c:if test="#{forum.pageNavigator.pageNumber lt forum.pageNavigator.totalPages}">     			
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 		         		<h:outputLink value="#{forums:outputLink(shared.links['forum'],true)}">
 		         		    <f:param name="f" value="#{forum.forum.id}"/>
 			       		    <f:param name="page" value="#{forum.pageNavigator.currentPage+1}"/>
 		         			<h:outputText value="${resource.Next}"/>
 		         		</h:outputLink>         		
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 	         		</c:if>
 	         	</span>
 	         </td>
@@ -568,7 +568,7 @@
       <!-- the current page number information -->
       <c:if test="#{forum.pageNavigator.totalPages gt 1}">        
 	      <tr>
-	      	<td>&amp;nbsp;</td>
+	      	<td>&#160;</td>
 	      </tr>       
 	      <tr>
 	         <td align="left" colspan="3">
@@ -583,7 +583,7 @@
 	         </td>
 	      </tr> 
 	      <tr>
-	      	<td>&amp;nbsp;</td>
+	      	<td>&#160;</td>
 	      </tr>         
       </c:if>  
    </table>
@@ -599,12 +599,12 @@
 	               		<img src="#{forums:themeURL('resourceFolderNewURL')}" alt="${resource.New_posts}" width="19" height="18"/>
 	               </td>
 	               <td class="gensmall">${resource.New_posts}</td>
-	               <td>&amp;nbsp;&amp;nbsp;</td>
+	               <td>&#160;&#160;</td>
 	               <td width="20" align="center">
 	               		<img src="#{forums:themeURL('resourceFolderURL')}" alt="${resource.No_new_posts}" width="19" height="18"/>
 	               </td>
 	               <td class="gensmall">${resource.No_new_posts}</td>
-	               <td>&amp;nbsp;&amp;nbsp;</td>
+	               <td>&#160;&#160;</td>
 	               <td width="20" align="center">
 	               		<img src="#{forums:themeURL('resourceFolderAnnounceURL')}" alt="${resource.Post_Announcement}" width="19" height="18"/>
 	               	</td>
@@ -615,12 +615,12 @@
 	               		<img src="#{forums:themeURL('resourceFolderHotNewURL')}" alt="${resource.New_posts_hot}" width="19" height="18"/>
 	               </td>
 	               <td class="gensmall">${resource.New_posts_hot}</td>
-	               <td>&amp;nbsp;&amp;nbsp;</td>
+	               <td>&#160;&#160;</td>
 	               <td width="20" align="center">
 	               		<img src="#{forums:themeURL('resourceFolderHotURL')}" alt="${resource.No_new_posts_hot}" width="19" height="18"/>
 	               </td>
 	               <td class="gensmall">${resource.No_new_posts_hot}</td>
-	               <td>&amp;nbsp;&amp;nbsp;</td>
+	               <td>&#160;&#160;</td>
 	               <td width="20" align="center">
 	               		<img src="#{forums:themeURL('resourceFolderStickyURL')}" alt="${resource.Post_Sticky}" width="19" height="18"/>
 	               </td>
@@ -631,7 +631,7 @@
 	               		<img src="#{forums:themeURL('resourceFolderLockedNewURL')}" alt="${resource.New_posts_locked}" width="19" height="18"/>
 	               </td>
 	               <td class="gensmall">${resource.New_posts_locked}</td>
-	               <td>&amp;nbsp;&amp;nbsp;</td>
+	               <td>&#160;&#160;</td>
 	               <td class="gensmall">
 	               		<img src="#{forums:themeURL('resourceFolderLockedURL')}" alt="${resource.No_new_posts_locked}" width="19" height="18"/>
 	               </td>
@@ -702,7 +702,7 @@
 	      <td>
 	         <table width="100%" cellspacing="0" cellpadding="1" border="0">
 	            <tr>
-	               <td>&amp;nbsp;</td>
+	               <td>&#160;</td>
 	            </tr>
 	            <tr>
 	               <td align="center">
@@ -710,7 +710,7 @@
 	               </td>
 	            </tr>
 	            <tr>
-	               <td>&amp;nbsp;</td>
+	               <td>&#160;</td>
 	            </tr>
 	         </table>
 	      </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/jumpbox.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/jumpbox.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/jumpbox.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -36,7 +36,7 @@
             <tr>
                 <td nowrap="nowrap" valign="top" align="right">
                     <span class="gensmall" align="right">
-                        ${resource.Jump_to}:&amp;nbsp;
+                        ${resource.Jump_to}:&#160;
                         <select name="f"
                                 onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }" >
                             <option value="-1">${resource.Select_forum}</option>                                
@@ -57,7 +57,7 @@
                                 </forums:isAllowed>
                             </c:forEach>
                         </select>
-                        &amp;nbsp;
+                        &#160;
                         <input type="submit" value="${resource.Go}" class="liteoption"/>
                     </span>
                 </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/delete_topic.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/delete_topic.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/delete_topic.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -50,7 +50,7 @@
 	            <h:commandButton type="submit" value="${resource.Yes}" styleClass="mainoption" action="#{moderator.deleteTopic}">
                         <f:param name="f" value="#{moderator.forum.id}"/> 
                     </h:commandButton>
-	            	&amp;nbsp;&amp;nbsp;
+	            	&#160;&#160;
 	            <h:commandButton type="button" value="${resource.No}" styleClass="liteoption" onclick="javascript:history.back();">
                         <f:param name="f" value="#{moderator.forum.id}"/> 
                     </h:commandButton>
@@ -67,7 +67,7 @@
           <td>
              <table width="100%" cellspacing="0" cellpadding="1" border="0">
                 <tr>
-                   <td>&amp;nbsp;</td>
+                   <td>&#160;</td>
                 </tr>
                 <tr>
                    <td align="center">
@@ -75,7 +75,7 @@
                    </td>
                 </tr>
                 <tr>
-                   <td>&amp;nbsp;</td>
+                   <td>&#160;</td>
                 </tr>
              </table>
           </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_body.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_body.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -42,7 +42,7 @@
             <tr>
                <td align="left">
                   <span class="nav">
-                     -&gt;&amp;nbsp;
+                     -&gt;&#160;
                      <h:outputLink value="#{forums:outputLink(shared.links['forum'],true)}"
                                    styleClass="nav">
                         <f:param name="f"
@@ -59,13 +59,13 @@
                         ${resource.Goto_page}
                         <!-- previous link -->
                         <c:if test="#{moderator.pageNavigator.pageNumber gt 1}">
-                           &amp;nbsp;&amp;nbsp;
+                           &#160;&#160;
                            <h:outputLink value="#{forums:outputLink(shared.links['moderator'],true)}">
                               <f:param name="f" value="#{moderator.forum.id}"/>
                               <f:param name="page" value="#{moderator.pageNavigator.currentPage-1}"/>
                               <h:outputText value="${resource.Previous}"/>
                            </h:outputLink>
-                           &amp;nbsp;&amp;nbsp;
+                           &#160;&#160;
                         </c:if>
                         <!-- actual pages -->
                         <c:forEach items="#{moderator.pageNavigator.pages}"
@@ -88,13 +88,13 @@
                         </c:forEach>
                         <!-- Next link -->
                         <c:if test="#{moderator.pageNavigator.pageNumber lt moderator.pageNavigator.totalPages}">
-                           &amp;nbsp;&amp;nbsp;
+                           &#160;&#160;
                            <h:outputLink value="#{forums:outputLink(shared.links['moderator'],true)}">
                               <f:param name="f" value="#{moderator.forum.id}"/>
                               <f:param name="page" value="#{moderator.pageNavigator.currentPage+1}"/>
                               <h:outputText value="${resource.Next}"/>
                            </h:outputLink>
-                           &amp;nbsp;&amp;nbsp;
+                           &#160;&#160;
                         </c:if>
                      </span>
                   </td>
@@ -113,11 +113,11 @@
                </td>
             </tr>
             <tr>
-               <th width="4%" class="thLeft" nowrap="nowrap">&amp;nbsp;</th>
-               <th nowrap="nowrap">&amp;nbsp;${resource.Topics}&amp;nbsp;</th>
-               <th width="8%" nowrap="nowrap">&amp;nbsp;${resource.Replies}&amp;nbsp;</th>
-               <th width="17%" nowrap="nowrap">&amp;nbsp;${resource.Last_Post}&amp;nbsp;</th>
-               <th width="5%" class="thRight" nowrap="nowrap">&amp;nbsp;${resource.Select}&amp;nbsp;</th>
+               <th width="4%" class="thLeft" nowrap="nowrap">&#160;</th>
+               <th nowrap="nowrap">&#160;${resource.Topics}&#160;</th>
+               <th width="8%" nowrap="nowrap">&#160;${resource.Replies}&#160;</th>
+               <th width="17%" nowrap="nowrap">&#160;${resource.Last_Post}&#160;</th>
+               <th width="5%" class="thRight" nowrap="nowrap">&#160;${resource.Select}&#160;</th>
             </tr>
             <c:forEach items="#{moderator.page}" var="topicrow">
                <tr>
@@ -128,7 +128,7 @@
                           title="${resource.Topic_Moved}"/>
                   </td>
                   <td class="row1">
-                     &amp;nbsp;
+                     &#160;
                      <span class="topictitle">
                         ${forums:folderType(topicrow)}
                         <h:outputLink value="#{forums:outputLink(shared.links['topic'],true)}"
@@ -158,7 +158,7 @@
                      <f:param name="f" value="#{moderator.forum.id}"/>
                   </h:commandButton>
                   </forums:isAllowed>
-                  &amp;nbsp;
+                  &#160;
                   <forums:isAllowed fragment="acl://moveTopics" contextData="#{moderator.forum}">
                   <h:commandButton action="#{moderator.moveConfirm}"
                                    class="liteoption"
@@ -166,7 +166,7 @@
                      <f:param name="f" value="#{moderator.forum.id}"/>
                   </h:commandButton>
                   </forums:isAllowed>
-                  &amp;nbsp;
+                  &#160;
                   <forums:isAllowed fragment="acl://lockTopics" contextData="#{moderator.forum}">
                   <h:commandButton action="#{moderator.lockTopic}"
                                    class="liteoption"
@@ -174,7 +174,7 @@
                      <f:param name="f"
                               value="#{moderator.forum.id}"/>
                   </h:commandButton>
-                  &amp;nbsp;
+                  &#160;
                   <h:commandButton action="#{moderator.unlockTopic}"
                                    class="liteoption"
                                    value="${resource.Unlock}">
@@ -211,13 +211,13 @@
                         ${resource.Goto_page}
                         <!-- previous link -->
                         <c:if test="#{moderator.pageNavigator.pageNumber gt 1}">
-                           &amp;nbsp;&amp;nbsp;
+                           &#160;&#160;
                            <h:outputLink value="#{forums:outputLink(shared.links['moderator'],true)}">
                               <f:param name="f" value="#{moderator.forum.id}"/>
                               <f:param name="page" value="#{moderator.pageNavigator.currentPage-1}"/>
                               <h:outputText value="${resource.Previous}"/>
                            </h:outputLink>
-                           &amp;nbsp;&amp;nbsp;
+                           &#160;&#160;
                         </c:if>
                         <!-- actual pages -->
                         <c:forEach items="#{moderator.pageNavigator.pages}"
@@ -240,13 +240,13 @@
                         </c:forEach>
                         <!-- Next link -->
                         <c:if test="#{moderator.pageNavigator.pageNumber lt moderator.pageNavigator.totalPages}">
-                           &amp;nbsp;&amp;nbsp;
+                           &#160;&#160;
                            <h:outputLink value="#{forums:outputLink(shared.links['moderator'],true)}">
                               <f:param name="f" value="#{moderator.forum.id}"/>
                               <f:param name="page" value="#{moderator.pageNavigator.currentPage+1}"/>
                               <h:outputText value="${resource.Next}"/>
                            </h:outputLink>
-                           &amp;nbsp;&amp;nbsp;
+                           &#160;&#160;
                         </c:if>
                      </span>
                   </td>
@@ -268,7 +268,7 @@
               <td>
                  <table width="100%" cellspacing="0" cellpadding="1" border="0">
                     <tr>
-                       <td>&amp;nbsp;</td>
+                       <td>&#160;</td>
                     </tr>
                     <tr>
                        <td align="center">
@@ -276,7 +276,7 @@
                        </td>
                     </tr>
                     <tr>
-                       <td>&amp;nbsp;</td>
+                       <td>&#160;</td>
                     </tr>
                  </table>
               </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_move.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_move.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_move.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -59,12 +59,12 @@
              <table width="100%" border="0" cellspacing="0"
                     cellpadding="1">
                 <tr>
-                   <td>&amp;nbsp;</td>
+                   <td>&#160;</td>
                 </tr>
                 <tr>
                    <td align="center">
                       <span class="gen">
-                         ${resource.Move_to_forum} &amp;nbsp;
+                         ${resource.Move_to_forum} &#160;
                          <select name="forum_to_id">
                             <option value="-1">${resource.Select_forum}</option>
                             <c:forEach items="${jumpbox.categories}"
@@ -101,7 +101,7 @@
                          <f:param name="f"
                                   value="#{moderator.forum.id}"/>
                       </h:commandButton>
-                      &amp;nbsp;&amp;nbsp;
+                      &#160;&#160;
                       <h:commandButton type="button" value="${resource.No}"
                                        styleClass="liteoption"
                                        onclick="javascript:history.back();">
@@ -111,7 +111,7 @@
                    </td>
                 </tr>
                 <tr>
-                   <td>&amp;nbsp;</td>
+                   <td>&#160;</td>
                 </tr>
              </table>
           </td>
@@ -125,7 +125,7 @@
           <td>
              <table width="100%" cellspacing="0" cellpadding="1" border="0">
                 <tr>
-                   <td>&amp;nbsp;</td>
+                   <td>&#160;</td>
                 </tr>
                 <tr>
                    <td align="center">
@@ -133,7 +133,7 @@
                    </td>
                 </tr>
                 <tr>
-                   <td>&amp;nbsp;</td>
+                   <td>&#160;</td>
                 </tr>
              </table>
           </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_split.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_split.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/moderator/modcp_split.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -47,7 +47,7 @@
       <tr>
          <td align="left" class="nav">
             <span class="nav">
-		-&gt;&amp;nbsp; 
+		-&gt;&#160; 
                 <h:outputLink value="#{forums:outputLink(shared.links['forum'],true)}"
                               styleClass="nav">
                    <f:param name="f" value="#{splitTopic.topic.forum.id}"/>
@@ -151,7 +151,7 @@
                             <span class="postdetails">
                                 ${resource.L_POSTED}:
                                 #{forums:dateStr(postrow.createDate)}
-                                &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
+                                &#160;&#160;&#160;&#160;
                                 ${resource.L_POST_SUBJECT}: 
                                 ${postrow.message.subject}
                             </span>
@@ -222,7 +222,7 @@
           <td>
              <table width="100%" cellspacing="0" cellpadding="1" border="0">
                 <tr>
-                   <td>&amp;nbsp;</td>
+                   <td>&#160;</td>
                 </tr>
                 <tr>
                    <td align="center">
@@ -230,7 +230,7 @@
                    </td>
                 </tr>
                 <tr>
-                   <td>&amp;nbsp;</td>
+                   <td>&#160;</td>
                 </tr>
              </table>
           </td>
@@ -246,7 +246,7 @@
               <td>
                  <table width="100%" cellspacing="0" cellpadding="1" border="0">
                     <tr>
-                       <td>&amp;nbsp;</td>
+                       <td>&#160;</td>
                     </tr>
                     <tr>
                        <td align="center">
@@ -254,7 +254,7 @@
                        </td>
                     </tr>
                     <tr>
-                       <td>&amp;nbsp;</td>
+                       <td>&#160;</td>
                     </tr>
                  </table>
               </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/portal_index.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/portal_index.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/portal_index.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -34,11 +34,11 @@
 <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
 	<tr>
 		<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">
-      	&amp;nbsp;
+      	&#160;
       	<form name="redirect" action="#{forums:outputLink(shared.links['index'],true)}" method="post">
       		<!--input type="submit" name="Start Forums"/-->
         </form>
-      	&amp;nbsp;  					
+      	&#160;  					
       </th>
 	</tr>
 </table>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/pref/index.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/pref/index.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/pref/index.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -49,7 +49,7 @@
 	   		<td class="row2">
 	   			<h:selectOneRadio value="#{prefController.notifyOnReply}" styleClass="gen">
 	   			    <f:selectItem itemValue="true" itemLabel="${resource.L_YES}">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="false" itemLabel="${resource.L_NO}"/>			        		      				      			
 	      		</h:selectOneRadio>
@@ -64,7 +64,7 @@
 	   		<td class="row2">
 	   			<h:selectOneRadio value="#{prefController.alwaysAllowHtml}" styleClass="gen">
 	   			    <f:selectItem itemValue="true" itemLabel="${resource.L_YES}">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="false" itemLabel="${resource.L_NO}"/>			        		      				      			
 	      		</h:selectOneRadio>
@@ -79,7 +79,7 @@
 	   		<td class="row2">
 	   			<h:selectOneRadio value="#{prefController.postOrder}" styleClass="gen">
 	   			    <f:selectItem itemValue="ascending" itemLabel="${resource.L_ASCENDING}">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="descending" itemLabel="${resource.L_DESCENDING}"/>			        		      				      			
 	      		</h:selectOneRadio>
@@ -95,19 +95,19 @@
 	   		<td class="row2">
 	   			<h:selectOneRadio value="#{prefController.topicsPerForum}" styleClass="gen">
 	   			    <f:selectItem itemValue="5" itemLabel="5">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="10" itemLabel="10">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="15" itemLabel="15">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="20" itemLabel="20">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="25" itemLabel="25">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="30" itemLabel="30"/>			        	
 	      		</h:selectOneRadio>
@@ -123,19 +123,19 @@
 	   		<td class="row2">
 	   			<h:selectOneRadio value="#{prefController.postsPerTopic}" styleClass="gen">
 	   			    <f:selectItem itemValue="5" itemLabel="5">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="10" itemLabel="10">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="15" itemLabel="15">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="20" itemLabel="20">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="25" itemLabel="25">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="30" itemLabel="30"/>			        	
 	      		</h:selectOneRadio>
@@ -164,7 +164,7 @@
 	   		<td class="row2">
 	   			<h:selectOneRadio value="#{prefController.alwaysAddSignature}" styleClass="gen">
 	   			    <f:selectItem itemValue="true" itemLabel="${resource.L_YES}">
-			        	<f:verbatim>&amp;nbsp;&amp;nbsp;</f:verbatim>
+			        	<f:verbatim>&#160;&#160;</f:verbatim>
 			        </f:selectItem>
 			        <f:selectItem itemValue="false" itemLabel="${resource.L_NO}"/>			        		      				      			
 	      		</h:selectOneRadio>
@@ -239,7 +239,7 @@
 		<tr>
    			<td class="catBottom" colspan="2" align="center" height="28">   				   				
    				<h:commandButton value="${resource.L_SUBMIT}" styleClass="mainoption" action="#{prefController.execute}"/>
-      			&amp;nbsp;&amp;nbsp;      			
+      			&#160;&#160;      			
       			<h:commandButton type="reset" value="${resource.L_RESET}" styleClass="liteoption"/>
       		</td>
 		</tr>		
@@ -254,7 +254,7 @@
 		      <td>
 		         <table width="100%" cellspacing="0" cellpadding="1" border="0">
 		            <tr>
-		               <td>&amp;nbsp;</td>
+		               <td>&#160;</td>
 		            </tr>
 		            <tr>
 		               <td align="center">
@@ -262,7 +262,7 @@
 		               </td>
 		            </tr>
 		            <tr>
-		               <td>&amp;nbsp;</td>
+		               <td>&#160;</td>
 		            </tr>		            
 		         </table>
 		      </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -40,7 +40,7 @@
       <tr>
          <td align="left" valign="middle" width="100%">
             <span class="nav">
-               &amp;nbsp;&amp;nbsp;&amp;nbsp;
+               &#160;&#160;&#160;
                <h:outputLink value="#{forums:outputLink(shared.links['category'],true)}"
                              styleClass="nav">
                   <h:outputText value="#{shared.mainPageName}"/>
@@ -67,7 +67,7 @@
             <table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr>
                   <td valign="middle" align="right" nowrap="nowrap">
-                     <span class="gen">${resource.L_JOINED}:&amp;nbsp;</span>
+                     <span class="gen">${resource.L_JOINED}:&#160;</span>
                   </td>
                   <td width="100%">
                      <b><span class="gen">${profile.poster.user.registrationDate}</span></b>
@@ -75,7 +75,7 @@
                </tr>
                <tr>
                   <td valign="top" align="right" nowrap="nowrap">
-                     <span class="gen">${resource.L_TOTAL_POSTS}:&amp;nbsp;</span>
+                     <span class="gen">${resource.L_TOTAL_POSTS}:&#160;</span>
                   </td>
                   <td valign="top">
                      <b><span class="gen">${profile.poster.postCount}</span></b>
@@ -87,7 +87,7 @@
                </tr>
                <tr>
                   <td valign="middle" align="right" nowrap="nowrap">
-                     <span class="gen">${resource.L_LOCATION}:&amp;nbsp;</span>
+                     <span class="gen">${resource.L_LOCATION}:&#160;</span>
                   </td>
                   <td>
                      <b><span class="gen">#{forums:userProperty(profile.poster.user.properties,"INFO_USER_LOCATION")}</span></b>
@@ -95,7 +95,7 @@
                </tr>
                <tr>
                   <td valign="middle" align="right" nowrap="nowrap">
-                     <span class="gen">${resource.L_WEBSITE}:&amp;nbsp;</span>
+                     <span class="gen">${resource.L_WEBSITE}:&#160;</span>
                   </td>
                   <td>
                      <span class="gen">
@@ -115,7 +115,7 @@
                </tr>
                <tr>
                   <td valign="middle" align="right" nowrap="nowrap">
-                     <span class="gen">${resource.L_OCCUPATION}:&amp;nbsp;</span>
+                     <span class="gen">${resource.L_OCCUPATION}:&#160;</span>
                   </td>
                   <td>
                      <b><span class="gen">#{forums:userProperty(profile.poster.user.properties,"INFO_USER_OCCUPATION")}</span></b>
@@ -275,7 +275,7 @@
 		      <td>
 		         <table width="100%" cellspacing="0" cellpadding="1" border="0">
 		            <tr>
-		               <td>&amp;nbsp;</td>
+		               <td>&#160;</td>
 		            </tr>
 		            <tr>
 		               <td align="center">
@@ -283,7 +283,7 @@
 		               </td>
 		            </tr>
 		            <tr>
-		               <td>&amp;nbsp;</td>
+		               <td>&#160;</td>
 		            </tr>
 		         </table>
 		      </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/summary/viewsummary_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/summary/viewsummary_body.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/summary/viewsummary_body.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -37,7 +37,7 @@
 		   <tr>
 		         <td align="center" valign="middle" class="nav" width="100%">
 		           <span class="nav">                
-		                &amp;nbsp;&amp;nbsp;&amp;nbsp;
+		                &#160;&#160;&#160;
 		  				<h:outputLink value="#{forums:outputLink(shared.links['category'],true)}" styleClass="nav">
 		  					<h:outputText value="#{shared.mainPageName}"/>  					
 		  				</h:outputLink>      		  	       		  		   
@@ -68,7 +68,7 @@
 		   <tr>
 		   	<td class="row3" height="30" align="center" valign="middle">
 		    	<span class="postdetails">
-		        	${summary.numberOfTopicsFound}&amp;nbsp;${resource.L_TOPICS_FOUND}
+		        	${summary.numberOfTopicsFound}&#160;${resource.L_TOPICS_FOUND}
 		        </span>
 		    </td>
 		   </tr>   

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-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -40,7 +40,7 @@
 	         <span class="gen">${attachment.file.name}</span></b></td>
 	      </tr>
 	      <tr>
-	         <td width="15%" class="attachrow"><span class="genmed">&amp;nbsp;${resource.Description}:</span></td>
+	         <td width="15%" class="attachrow"><span class="genmed">&#160;${resource.Description}:</span></td>
 	         <td width="75%" class="attachrow">
 	            <table width="100%" border="0" cellpadding="0" cellspacing="4" align="center">	
 	               <tr>
@@ -57,13 +57,13 @@
 	      </tr>
 	      <tr>
 	
-	         <td width="15%" class="attachrow"><span class="genmed">&amp;nbsp;${resource.File_name}:</span></td>
-	         <td width="75%" class="attachrow"><span class="genmed">&amp;nbsp;${attachment.file.name}</span>
+	         <td width="15%" class="attachrow"><span class="genmed">&#160;${resource.File_name}:</span></td>
+	         <td width="75%" class="attachrow"><span class="genmed">&#160;${attachment.file.name}</span>
 	         </td>
 	      </tr>
 	      <tr>
-	         <td width="15%" class="attachrow"><span class="genmed">&amp;nbsp;${resource.Filesize}:</span></td>
-	         <td width="75%" class="attachrow"><span class="genmed">&amp;nbsp;${attachment.file.size}</span></td>
+	         <td width="15%" class="attachrow"><span class="genmed">&#160;${resource.Filesize}:</span></td>
+	         <td width="75%" class="attachrow"><span class="genmed">&#160;${attachment.file.size}</span></td>
 	      </tr>      
 	   </table>
 	   <div align="center"><hr width="95%"/></div>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/delete_poll.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/delete_poll.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/delete_poll.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -46,7 +46,7 @@
 	         		${resource.Confirm_delete_poll}
 	            <br/><br/>	                        	            
 	            <h:commandButton type="submit" value="${resource.Yes}" styleClass="mainoption" action="#{editPost.deletePoll}"/>
-	            	&amp;nbsp;&amp;nbsp;
+	            	&#160;&#160;
 	            <h:commandButton type="button" value="${resource.No}" styleClass="liteoption" onclick="javascript:history.back();"/>	            
                </span>	
 	         </h:form>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/delete_post.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/delete_post.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/delete_post.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -49,7 +49,7 @@
 	            <input type="hidden" name="t" value="#{param['t']}"/>	            
 	            <input type="hidden" name="f" value="#{param['f']}"/>	            
 	            <h:commandButton type="submit" value="${resource.Yes}" styleClass="mainoption" action="#{deletePost.confirmDelete}"/>
-	            	&amp;nbsp;&amp;nbsp;
+	            	&#160;&#160;
 	            <h:commandButton type="button" value="${resource.No}" styleClass="liteoption" onclick="javascript:history.back();"/>	            
                </span>	
 	         </h:form>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_edit_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_edit_body.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_edit_body.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -369,7 +369,7 @@
 	            <td colspan="9">
 	               <table width="100%" border="0" cellspacing="0" cellpadding="0">
 	                  <tr>
-	                     <td><span class="genmed"> &amp;nbsp;${resource.Font_color}:
+	                     <td><span class="genmed"> &#160;${resource.Font_color}:
 						<select name="addbbcode18"
 	                       onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;"
 	                       onMouseOver="helpline('s')">
@@ -403,7 +403,7 @@
 	                          class="genmed">${resource.color_white}</option>
 	                  <option style="color:black; background-color: " value="black"
 	                          class="genmed">${resource.color_black}</option>
-	                  </select> &amp;nbsp;${resource.Font_size}:<select name="addbbcode20"
+	                  </select> &#160;${resource.Font_size}:<select name="addbbcode20"
 	                                                              onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')"
 	                                                              onMouseOver="helpline('f')">
 	                        <option value="7" class="genmed">${resource.font_tiny}</option>
@@ -459,13 +459,13 @@
 	         	    	<span class="gen">${resource.Post_topic_as}:
 	         	    	    <h:selectOneRadio value="#{editPost.topicType}" styleClass="gen">
 			            		<f:selectItem itemValue="0" itemLabel="Normal">
-			            			<f:verbatim>&amp;nbsp;&amp;nbsp;&amp;nbsp;</f:verbatim>
+			            			<f:verbatim>&#160;&#160;&#160;</f:verbatim>
 			            		</f:selectItem>			            		
 			            		<f:selectItem itemValue="1" itemLabel="Sticky">
-			            			<f:verbatim>&amp;nbsp;&amp;nbsp;&amp;nbsp;</f:verbatim>
+			            			<f:verbatim>&#160;&#160;&#160;</f:verbatim>
 			            		</f:selectItem>			            		
 			            		<f:selectItem itemValue="2" itemLabel="Announcement">
-			            			<f:verbatim>&amp;nbsp;&amp;nbsp;&amp;nbsp;</f:verbatim>
+			            			<f:verbatim>&#160;&#160;&#160;</f:verbatim>
 			            		</f:selectItem>			            		
 		            		</h:selectOneRadio>
 		            	</span>
@@ -502,7 +502,7 @@
 		      <td class="row2">
 		      		<span class="genmed">	      		
 			            <h:inputText id="option_${idx.index}" value="#{optionRow}" size="50" class="post" maxlength="255"/>
-		            </span>&amp;nbsp;            
+		            </span>&#160;            
 		            <h:commandButton action="updateOption" value="${resource.Update}" styleClass="liteoption"/>
 		            <h:commandButton action="#{editPost.deleteOption}" value="${resource.Delete}" styleClass="liteoption"
 		            onclick="selectOption('${idx.index}');"/>            
@@ -517,7 +517,7 @@
 		   <td class="row2">
 		   	<span class="genmed">   		
 		   		<h:inputText value="#{editPost.option}" size="50" maxlength="255" styleClass="post"/>
-		   	</span> &amp;nbsp;   	
+		   	</span> &#160;   	
 		   	<h:commandButton action="addOption" value="${resource.Add_option}" styleClass="liteoption"/>
 		   </td>
 		</tr>
@@ -531,8 +531,8 @@
 		   <td class="row2">
 		   	<span class="genmed">   		
 		   		<h:inputText value="#{editPost.activeDuration}" size="3" maxlength="3" styleClass="post"/>
-		   	</span>&amp;nbsp;
-		    <span class="gen"><b>${resource.Days}</b></span> &amp;nbsp; <span class="gensmall">${resource.Poll_for_explain}</span>
+		   	</span>&#160;
+		    <span class="gen"><b>${resource.Days}</b></span> &#160; <span class="gensmall">${resource.Poll_for_explain}</span>
 		   </td>
 		</tr>		
 					
@@ -607,9 +607,9 @@
 			   <tr>
 			      <td class="row1"><span class="gen"><b>${resource.Options}</b></span></td>
 			      <td class="row2"><span class="genmed">			 	   	
-						&amp;nbsp; 			
+						&#160; 			
 						<h:commandButton action="updateAttachment" value="${resource.Update_comment}" styleClass="liteoption"/>	
-						&amp;nbsp; 			
+						&#160; 			
 						<h:commandButton action="#{editPost.deleteAttachment}" value="${resource.Delete_attachment}" styleClass="liteoption" 
 						onclick="selectAttachment('${idx.index}');"/>            		
 			       </span>
@@ -627,7 +627,7 @@
 	      onclick="return checkForm(this.parentNode)" 
 	      styleClass="mainoption"
 	      tabindex="5"/>
-	      &amp;nbsp;
+	      &#160;
 	      <!--h:commandButton action="#{editPost.execute}" value="${resource.Submit}" 
 	      onclick="return checkForm(this.parentNode)" 
 	      styleClass="mainoption"
@@ -635,7 +635,7 @@
 	      <h:commandButton action="#{editPost.execute}" value="${resource.Submit}" 	      
 	      styleClass="mainoption"
 	      accesskey="s" tabindex="6"/>	      	
-	      &amp;nbsp;
+	      &#160;
 	      <h:commandButton action="#{editPost.cancel}" value="${resource.Cancel}" accesskey="c" tabindex="7" styleClass="mainoption"/>	      
 	   </td>
 	</tr>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_edit_preview.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_edit_preview.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_edit_preview.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -38,7 +38,7 @@
 	      <td class="row1">
 	      	<img src="#{forums:contextPath()}/subSilver/images/icon_minipost.gif" alt="${resource.Post}"/>
 	      	<span class="postdetails">${resource.Posted}: ${editPost.postDate} 
-	      		&amp;nbsp;&amp;nbsp;&amp;nbsp; ${resource.Post_subject}: ${editPost.subject}
+	      		&#160;&#160;&#160; ${resource.Post_subject}: ${editPost.subject}
 	      	</span>
 	      </td>
 	   </tr>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_body.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_body.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -368,7 +368,7 @@
 	            <td colspan="9">
 	               <table width="100%" border="0" cellspacing="0" cellpadding="0">
 	                  <tr>
-	                     <td><span class="genmed"> &amp;nbsp;${resource.Font_color}:
+	                     <td><span class="genmed"> &#160;${resource.Font_color}:
 						<select name="addbbcode18"
 	                       onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;"
 	                       onMouseOver="helpline('s')">
@@ -402,7 +402,7 @@
 	                          class="genmed">${resource.color_white}</option>
 	                  <option style="color:black; background-color: " value="black"
 	                          class="genmed">${resource.color_black}</option>
-	                  </select> &amp;nbsp;${resource.Font_size}:<select name="addbbcode20"
+	                  </select> &#160;${resource.Font_size}:<select name="addbbcode20"
 	                                                              onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')"
 	                                                              onMouseOver="helpline('f')">
 	                        <option value="7" class="genmed">${resource.font_tiny}</option>
@@ -458,13 +458,13 @@
 	         	    	<span class="gen">${resource.Post_topic_as}:
 	         	    	    <h:selectOneRadio value="#{newTopic.topicType}" styleClass="gen">
 			            		<f:selectItem itemValue="0" itemLabel="Normal">
-			            			<f:verbatim>&amp;nbsp;&amp;nbsp;&amp;nbsp;</f:verbatim>
+			            			<f:verbatim>&#160;&#160;&#160;</f:verbatim>
 			            		</f:selectItem>			            		
 			            		<f:selectItem itemValue="1" itemLabel="Sticky">
-			            			<f:verbatim>&amp;nbsp;&amp;nbsp;&amp;nbsp;</f:verbatim>
+			            			<f:verbatim>&#160;&#160;&#160;</f:verbatim>
 			            		</f:selectItem>			            		
 			            		<f:selectItem itemValue="2" itemLabel="Announcement">
-			            			<f:verbatim>&amp;nbsp;&amp;nbsp;&amp;nbsp;</f:verbatim>
+			            			<f:verbatim>&#160;&#160;&#160;</f:verbatim>
 			            		</f:selectItem>			            		
 		            		</h:selectOneRadio>
 		            	</span>
@@ -505,7 +505,7 @@
 		      <td class="row2">
 		      		<span class="genmed">	      		
 			            <h:inputText id="option_${idx.index}" value="#{optionRow}" size="50" class="post" maxlength="255"/>
-		            </span>&amp;nbsp;            
+		            </span>&#160;            
 		            <h:commandButton action="updateOption" value="${resource.Update}" styleClass="liteoption"/>
 		            <h:commandButton action="#{newTopic.deleteOption}" value="${resource.Delete}" styleClass="liteoption"
 		            onclick="selectOption('${idx.index}');"/>            
@@ -520,7 +520,7 @@
 		   <td class="row2">
 		   	<span class="genmed">   		
 		   		<h:inputText value="#{newTopic.option}" size="50" maxlength="255" styleClass="post"/>
-		   	</span> &amp;nbsp;   	
+		   	</span> &#160;   	
 		   	<h:commandButton action="addOption" value="${resource.Add_option}" styleClass="liteoption"/>
 		   </td>
 		</tr>
@@ -534,8 +534,8 @@
 		   <td class="row2">
 		   	<span class="genmed">   		
 		   		<h:inputText value="#{newTopic.activeDuration}" size="3" maxlength="3" styleClass="post"/>
-		   	</span>&amp;nbsp;
-		    <span class="gen"><b>${resource.Days}</b></span> &amp;nbsp; <span class="gensmall">${resource.Poll_for_explain}</span>
+		   	</span>&#160;
+		    <span class="gen"><b>${resource.Days}</b></span> &#160; <span class="gensmall">${resource.Poll_for_explain}</span>
 		   </td>
 		</tr>
 		</forums:isAllowed>
@@ -604,9 +604,9 @@
 		   <tr>
 		      <td class="row1"><span class="gen"><b>${resource.Options}</b></span></td>
 		      <td class="row2"><span class="genmed">			 	   	
-					&amp;nbsp; 			
+					&#160; 			
 					<h:commandButton action="updateAttachment" value="${resource.Update_comment}" styleClass="liteoption"/>	
-					&amp;nbsp; 			
+					&#160; 			
 					<h:commandButton action="#{newTopic.deleteAttachment}" value="${resource.Delete_attachment}" styleClass="liteoption" 
 					onclick="selectAttachment('${idx.index}');"/>            		
 		       </span>
@@ -624,7 +624,7 @@
 	      onclick="return checkForm(this.parentNode)" 
 	      styleClass="mainoption"
 	      tabindex="5"/>
-	      &amp;nbsp;
+	      &#160;
 	      <!--h:commandButton action="#{newTopic.execute}" value="${resource.Submit}" 
 	      onclick="return checkForm(this.parentNode)" 
 	      styleClass="mainoption"
@@ -632,7 +632,7 @@
 	      <h:commandButton action="#{newTopic.execute}" value="${resource.Submit}" 	      
 	      styleClass="mainoption"
 	      accesskey="s" tabindex="6"/>	      	
-	      &amp;nbsp;
+	      &#160;
 	      <h:commandButton action="#{newTopic.cancel}" value="${resource.Cancel}" accesskey="c" tabindex="7" styleClass="mainoption"/>	      
 	   </td>
 	</tr>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_preview.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_preview.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_new_preview.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -38,7 +38,7 @@
 	      <td class="row1">
 	      	<img src="#{forums:contextPath()}/subSilver/images/icon_minipost.gif" alt="${resource.Post}"/>
 	      	<span class="postdetails">${resource.Posted}: ${newTopic.postDate} 
-	      		&amp;nbsp;&amp;nbsp;&amp;nbsp; ${resource.Post_subject}: ${newTopic.subject}
+	      		&#160;&#160;&#160; ${resource.Post_subject}: ${newTopic.subject}
 	      	</span>
 	      </td>
 	   </tr>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_body.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_body.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_body.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -372,7 +372,7 @@
 	            <td colspan="9">
 	               <table width="100%" border="0" cellspacing="0" cellpadding="0">
 	                  <tr>
-	                     <td><span class="genmed"> &amp;nbsp;${resource.Font_color}:
+	                     <td><span class="genmed"> &#160;${resource.Font_color}:
 						<select name="addbbcode18"
 	                       onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;"
 	                       onMouseOver="helpline('s')">
@@ -406,7 +406,7 @@
 	                          class="genmed">${resource.color_white}</option>
 	                  <option style="color:black; background-color: " value="black"
 	                          class="genmed">${resource.color_black}</option>
-	                  </select> &amp;nbsp;${resource.Font_size}:<select name="addbbcode20"
+	                  </select> &#160;${resource.Font_size}:<select name="addbbcode20"
 	                                                              onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')"
 	                                                              onMouseOver="helpline('f')">
 	                        <option value="7" class="genmed">${resource.font_tiny}</option>
@@ -510,9 +510,9 @@
 		   <tr>
 		      <td class="row1"><span class="gen"><b>${resource.Options}</b></span></td>
 		      <td class="row2"><span class="genmed">			 	   	
-					&amp;nbsp; 			
+					&#160; 			
 					<h:commandButton action="updateAttachment" value="${resource.Update_comment}" styleClass="liteoption"/>	
-					&amp;nbsp; 			
+					&#160; 			
 					<h:commandButton action="#{replyTopic.deleteAttachment}" value="${resource.Delete_attachment}" styleClass="liteoption" 
 					onclick="selectAttachment('${idx.index}');"/>            		
 		       </span>
@@ -530,7 +530,7 @@
 	      onclick="return checkForm(this.parentNode)" 
 	      styleClass="mainoption"
 	      tabindex="5"/>
-	      &amp;nbsp;
+	      &#160;
 	      <!--h:commandButton action="#{replyTopic.execute}" value="${resource.Submit}" 
 	      onclick="return checkForm(this.parentNode)" 
 	      styleClass="mainoption"
@@ -538,7 +538,7 @@
 	      <h:commandButton action="#{replyTopic.execute}" value="${resource.Submit}" 	      
 	      styleClass="mainoption"
 	      accesskey="s" tabindex="6"/>	      	
-	      &amp;nbsp;
+	      &#160;
 	      <h:commandButton action="#{replyTopic.cancel}" value="${resource.Cancel}" accesskey="c" tabindex="7" styleClass="mainoption"/>	      
 	   </td>
 	</tr>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_preview.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_preview.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/posting_reply_preview.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -38,7 +38,7 @@
 	      <td class="row1">
 	      	<img src="#{forums:contextPath()}/subSilver/images/icon_minipost.gif" alt="${resource.Post}"/>
 	      	<span class="postdetails">${resource.Posted}: ${replyTopic.postDate} 
-	      		&amp;nbsp;&amp;nbsp;&amp;nbsp; ${resource.Post_subject}: ${replyTopic.subject}
+	      		&#160;&#160;&#160; ${resource.Post_subject}: ${replyTopic.subject}
 	      	</span>
 	      </td>
 	   </tr>

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-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_body.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -55,13 +55,13 @@
 	         		${resource.Goto_page}      
 	         		<!-- previous link -->
 	         		<c:if test="#{topic.pageNavigator.pageNumber gt 1}">   	
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 		         		<h:outputLink value="#{forums:outputLink(shared.links['topic'],true)}">
 		         		    <f:param name="t" value="#{topic.topic.id}"/>
 			       		    <f:param name="page" value="#{topic.pageNavigator.currentPage-1}"/>
 		         			<h:outputText value="${resource.Previous}"/>
 		         		</h:outputLink>         			         		
-	         			&amp;nbsp;&amp;nbsp;	
+	         			&#160;&#160;	
 	         		</c:if>
 	         		<!-- actual pages -->
 	         		<c:forEach items="#{topic.pageNavigator.pages}" var="page" varStatus="idx">
@@ -83,13 +83,13 @@
 	       			</c:forEach>
 	       			<!-- Next link -->  
 	       			<c:if test="#{topic.pageNavigator.pageNumber lt topic.pageNavigator.totalPages}">     			
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 		         		<h:outputLink value="#{forums:outputLink(shared.links['topic'],true)}">
 		         		    <f:param name="t" value="#{topic.topic.id}"/>
 			       		    <f:param name="page" value="#{topic.pageNavigator.currentPage+1}"/>
 		         			<h:outputText value="${resource.Next}"/>
 		         		</h:outputLink>         		
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 	         		</c:if>
 	         	</span>
 	         </td>
@@ -164,28 +164,29 @@
             
             
             <td align="left" valign="middle" class="nav" width="100%">
-                  &amp;nbsp;&amp;nbsp;&amp;nbsp;
+                  &#160;&#160;&#160;
                   <h:outputLink value="#{forums:outputLink(shared.links['category'],true)}"
                                 styleClass="nav">
                      <h:outputText value="#{shared.mainPageName}"/>
                   </h:outputLink>
-                  -&gt;&amp;nbsp;
+                  -&gt;&#160;
                   <h:outputLink value="#{forums:outputLink(shared.links['category'],true)}"
                                 styleClass="nav">
                      <f:param name="c"
                               value="#{topic.topic.forum.category.id}"/>
                      <h:outputText value="#{topic.topic.forum.category.title}"/>
                   </h:outputLink>
-                  -&gt;&amp;nbsp;
+                  -&gt;&#160;
                   <h:outputLink value="#{forums:outputLink(shared.links['forum'],true)}"
                                 styleClass="nav">
                      <f:param name="f" value="#{topic.topic.forum.id}"/>
                      <h:outputText value="#{topic.topic.forum.name}"/>
                   </h:outputLink>
-                  -&gt;&amp;nbsp;
+                  -&gt;&#160;
                   <h:outputLink value="#{forums:outputLink(shared.links['topic'],true)}"
                                 styleClass="nav">
                      <f:param name="t" value="#{topic.topic.id}"/>
+                     <f:param name="f" value="#{topic.topic.forum.id}"/>
                      <h:outputText value="#{topic.topic.subject}"/>
                   </h:outputLink>
             </td>
@@ -255,12 +256,12 @@
                                  </f:verbatim>
                               </h:outputLink>
                               <span class="postdetails">
-                                 ${resource.Posted}:&amp;nbsp;
+                                 ${resource.Posted}:&#160;
                                  #{forums:dateStr(postrow.createDate)}
-                                 <span class="gen">&amp;nbsp;</span>
-                                 &amp;nbsp;&amp;nbsp;
+                                 <span class="gen">&#160;</span>
+                                 &#160;&#160;
                                  ${resource.Post_subject}
-                                 &amp;nbsp;:&amp;nbsp;
+                                 &#160;:&#160;
                                  ${postrow.message.subject}
                               </span>
                            </td>                           
@@ -571,25 +572,25 @@
             </td>
          
            <td align="left" valign="middle" class="nav" width="100%">
-                  &amp;nbsp;&amp;nbsp;&amp;nbsp;
+                  &#160;&#160;&#160;
                   <h:outputLink value="#{forums:outputLink(shared.links['category'],true)}"
                                 styleClass="nav">
                      <h:outputText value="#{shared.mainPageName}"/>
                   </h:outputLink>
-                  -&gt;&amp;nbsp;
+                  -&gt;&#160;
                   <h:outputLink value="#{forums:outputLink(shared.links['category'],true)}"
                                 styleClass="nav">
                      <f:param name="c"
                               value="#{topic.topic.forum.category.id}"/>
                      <h:outputText value="#{topic.topic.forum.category.title}"/>
                   </h:outputLink>
-                  -&gt;&amp;nbsp;
+                  -&gt;&#160;
                   <h:outputLink value="#{forums:outputLink(shared.links['forum'],true)}"
                                 styleClass="nav">
                      <f:param name="f" value="#{topic.topic.forum.id}"/>
                      <h:outputText value="#{topic.topic.forum.name}"/>
                   </h:outputLink>
-                  -&gt;&amp;nbsp;
+                  -&gt;&#160;
                   <h:outputLink value="#{forums:outputLink(shared.links['topic'],true)}"
                                 styleClass="nav">
                      <f:param name="t" value="#{topic.topic.id}"/>
@@ -604,13 +605,13 @@
 	         		${resource.Goto_page}      
 	         		<!-- previous link -->
 	         		<c:if test="#{topic.pageNavigator.pageNumber gt 1}">   	
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 		         		<h:outputLink value="#{forums:outputLink(shared.links['topic'],true)}">
 		         		    <f:param name="t" value="#{topic.topic.id}"/>
 			       		    <f:param name="page" value="#{topic.pageNavigator.currentPage-1}"/>
 		         			<h:outputText value="${resource.Previous}"/>
 		         		</h:outputLink>         			         		
-	         			&amp;nbsp;&amp;nbsp;	
+	         			&#160;&#160;	
 	         		</c:if>
 	         		<!-- actual pages -->
 	         		<c:forEach items="#{topic.pageNavigator.pages}" var="page" varStatus="idx">
@@ -632,13 +633,13 @@
 	       			</c:forEach>
 	       			<!-- Next link -->  
 	       			<c:if test="#{topic.pageNavigator.pageNumber lt topic.pageNavigator.totalPages}">     			
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 		         		<h:outputLink value="#{forums:outputLink(shared.links['topic'],true)}">
 		         		    <f:param name="t" value="#{topic.topic.id}"/>
 			       		    <f:param name="page" value="#{topic.pageNavigator.currentPage+1}"/>
 		         			<h:outputText value="${resource.Next}"/>
 		         		</h:outputLink>         		
-		         		&amp;nbsp;&amp;nbsp;
+		         		&#160;&#160;
 	         		</c:if>
 	         	</span>
 	         </td>
@@ -647,7 +648,7 @@
       <!-- the current page number information -->
       <c:if test="#{topic.pageNavigator.totalPages gt 1}">        
 	      <tr>
-	      	<td>&amp;nbsp;</td>
+	      	<td>&#160;</td>
 	      </tr>       
 	      <tr>
 	         <td align="left" colspan="3">
@@ -662,7 +663,7 @@
 	         </td>
 	      </tr> 
 	      <tr>
-	      	<td>&amp;nbsp;</td>
+	      	<td>&#160;</td>
 	      </tr>         
       </c:if>
    </table>
@@ -692,7 +693,7 @@
             		</c:choose>
             	</span>
             	<br/>
-            	&amp;nbsp;
+            	&#160;
             	<br/>
          	</td>
    		</tr>
@@ -736,7 +737,7 @@
                   <br/>                  
                   	<h:commandButton action="#{replyTopic.startInstantReplyPreview}" value="${resource.Preview}" 
 	      		  	styleClass="liteoption" onclick="return checkForm();"/>
-                  	&amp;nbsp;                  
+                  	&#160;                  
                   	<h:commandButton action="#{replyTopic.executeInstantReply}" value="${resource.Submit}" 	      
 	      		  	styleClass="mainoption" onclick="return checkForm();"/>	      	
                </span>
@@ -754,7 +755,7 @@
         <c:if test="#{moderator.initialized &amp;&amp; moderator.forum!=null &amp;&amp; moderator.forum.id!=-1}">
         <tr>
             <td>
-                &amp;nbsp;<br/>
+                &#160;<br/>
                 <forums:isAllowed fragment="acl://deleteTopics" contextData="#{forum.forum}">
                 <h:commandLink action="#{moderator.deleteConfirm}" style="text-decoration: none;">
                     <f:param name="t" value="#{topic.topic.id}"/>
@@ -763,7 +764,7 @@
                     </f:verbatim>
                 </h:commandLink>
                 </forums:isAllowed>
-                &amp;nbsp;
+                &#160;
                 <forums:isAllowed fragment="acl://moveTopics" contextData="#{forum.forum}">
                 <h:commandLink action="#{moderator.moveConfirm}" style="text-decoration: none;">
                     <f:param name="t" value="#{topic.topic.id}"/>
@@ -772,7 +773,7 @@
                     </f:verbatim>
                 </h:commandLink>
                 </forums:isAllowed>                
-                &amp;nbsp;
+                &#160;
                 <forums:isAllowed fragment="acl://lockTopics" contextData="#{forum.forum}">
                 <c:choose>
                 	<c:when test="#{topic.topic.status!=forums:constantInt('TOPIC_LOCKED')}">
@@ -782,7 +783,7 @@
 		                	<img border="0" src="/portal-forums/subSilver/images/topic_lock.gif" alt="Lock this topic" title="Lock this topic"/>
                                     </f:verbatim>
                                 </h:commandLink>
-                                &amp;nbsp;
+                                &#160;
 	                </c:when>
 	                <c:otherwise>
 		                <h:commandLink action="#{moderator.unlockTopic}" style="text-decoration: none;">
@@ -791,7 +792,7 @@
 		                	<img border="0" src="/portal-forums/subSilver/images/topic_unlock.gif" alt="Unlock this topic" title="Unlock this topic"/>
                                     </f:verbatim>
                                 </h:commandLink>
-                                &amp;nbsp;
+                                &#160;
 	                </c:otherwise>
                 </c:choose>
                 </forums:isAllowed>
@@ -801,7 +802,7 @@
                     <f:verbatim>
                 	<img border="0" src="/portal-forums/subSilver/images/topic_split.gif" alt="Split this topic" title="Split this topic"/>
                     </f:verbatim>
-                </h:outputLink>&amp;nbsp;
+                </h:outputLink>&#160;
                 </forums:isAllowed>
             </td>
         </tr>
@@ -817,7 +818,7 @@
 		      <td>
 		         <table width="100%" cellspacing="0" cellpadding="1" border="0">
 		            <tr>
-		               <td>&amp;nbsp;</td>
+		               <td>&#160;</td>
 		            </tr>
 		            <tr>
 		               <td align="center">
@@ -825,7 +826,7 @@
 		               </td>
 		            </tr>
 		            <tr>
-		               <td>&amp;nbsp;</td>
+		               <td>&#160;</td>
 		            </tr>
 		         </table>
 		      </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_poll_ballot.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_poll_ballot.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_poll_ballot.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -47,7 +47,7 @@
             			   <forums:isAllowed fragment="acl://votePoll" contextData="#{poll}"> 
                            <td>                           		
                            		<input type="radio" name="vote" value="#{(status.index)-1}"/>
-                           		&amp;nbsp;
+                           		&#160;
                            </td>
                            </forums:isAllowed>
                            <td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_poll_result.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_poll_result.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/topics/viewtopic_poll_result.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -66,7 +66,7 @@
 	                        <td align="center">
 	                        	<b>
 	                        	<span class="gen">
-	                        		&amp;nbsp;${forums:percentStr(forums:votePercent(poll,optionrow))}&amp;nbsp;
+	                        		&#160;${forums:percentStr(forums:votePercent(poll,optionrow))}&#160;
 	                           </span>
 	                           </b>
 	                        </td>

Modified: labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/watches/forumWatch.xhtml
===================================================================
--- labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/watches/forumWatch.xhtml	2006-09-05 16:19:43 UTC (rev 6086)
+++ labs/jbossforums/trunk/forums/src/resources/portal-forums-war/views/watches/forumWatch.xhtml	2006-09-05 16:26:55 UTC (rev 6087)
@@ -132,7 +132,7 @@
 		      <td>
 		         <table width="100%" cellspacing="0" cellpadding="1" border="0">
 		            <tr>
-		               <td>&amp;nbsp;</td>
+		               <td>&#160;</td>
 		            </tr>
 		            <tr>
 		               <td align="center">
@@ -140,7 +140,7 @@
 		               </td>
 		            </tr>
 		            <tr>
-		               <td>&amp;nbsp;</td>
+		               <td>&#160;</td>
 		            </tr>		            
 		         </table>
 		      </td>




More information about the jboss-svn-commits mailing list