[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   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"/>
- &nbsp;<h:message for="Category" style="color:red" styleClass="liteoption"/>&nbsp;
+  <h:message for="Category" style="color:red" styleClass="liteoption"/> 
</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"/>
- &nbsp;<h:message for="Forum" style="color:red" styleClass="liteoption"/>&nbsp;
+  <h:message for="Forum" style="color:red" styleClass="liteoption"/> 
</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>
- &nbsp;&nbsp;&nbsp;
+    
<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>
- &nbsp;&nbsp;&nbsp;
+    
<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}"/>
- &nbsp;<h:message for="Category" style="color:red" styleClass="liteoption"/>&nbsp;
+  <h:message for="Category" style="color:red" styleClass="liteoption"/> 
</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">
- &nbsp;#{resource.Forum}&nbsp;
+  #{resource.Forum} 
</th>
<th width="50" class="thTop" nowrap="nowrap">
- &nbsp;#{resource.Topics}&nbsp;
+  #{resource.Topics} 
</th>
<th width="50" class="thTop" nowrap="nowrap">
- &nbsp;#{resource.Posts}&nbsp;
+  #{resource.Posts} 
</th>
<th class="thCornerR" nowrap="nowrap">
- &nbsp;#{resource.Last_Post}&nbsp;
+  #{resource.Last_Post} 
</th>
</tr>
@@ -65,7 +65,7 @@
</h:outputLink>
</span>
</td>
- <td class="rowpic" colspan="3" align="right">&nbsp;</td>
+ <td class="rowpic" colspan="3" align="right"> </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">&nbsp;&nbsp;</span>
+ <span class="gensmall">  </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>&nbsp;&nbsp;</td>
+ <td>  </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>&nbsp;&nbsp;</td>
+ <td>  </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">&nbsp;&nbsp;
+ <span class="mainmenu">  
<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>&nbsp;&nbsp;
+ </h:outputLink>  
</span>
<c:if test="#{shared.anonymous==false && forums:isRunningInPortal()==false}">
- <span class="mainmenu">&nbsp;&nbsp;
+ <span class="mainmenu">  
<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>&nbsp;&nbsp;
+ </h:outputLink>  
</span>
</c:if>
<c:if test="#{shared.anonymous==false}">
- <span class="mainmenu">&nbsp;&nbsp;
+ <span class="mainmenu">  
<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>&nbsp;&nbsp;
+ </h:outputLink>  
</span>
</c:if>
<c:if test="#{shared.anonymous==false}">
<forums:isAllowed fragment="acl://accessAdminTool">
- <span class="mainmenu">&nbsp;&nbsp;
+ <span class="mainmenu">  
<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>&nbsp;&nbsp;
+ </h:outputLink>  
</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>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -44,7 +44,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -52,7 +52,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </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">
- &nbsp;&nbsp;&nbsp;
+    
<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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</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">
- &nbsp;${resource.Topics}&nbsp;
+  ${resource.Topics} 
</th>
- <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;${resource.Replies}&nbsp;</th>
- <th width="100" align="center" class="thTop" nowrap="nowrap">&nbsp;${resource.Author}&nbsp;</th>
- <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;${resource.Views}&nbsp;</th>
- <th align="center" class="thCornerR" nowrap="nowrap">&nbsp;${resource.Last_Post}&nbsp;</th>
+ <th width="50" align="center" class="thTop" nowrap="nowrap"> ${resource.Replies} </th>
+ <th width="100" align="center" class="thTop" nowrap="nowrap"> ${resource.Author} </th>
+ <th width="50" align="center" class="thTop" nowrap="nowrap"> ${resource.Views} </th>
+ <th align="center" class="thCornerR" nowrap="nowrap"> ${resource.Last_Post} </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">&nbsp;</td>
+ <td class="rowpic" colspan="3" align="right"> </td>
</tr>
<c:forEach items="#{forum.announcements}" var="topicrow">
<tr>
@@ -268,7 +268,7 @@
</a>
</span>
</td>
- <td class="rowpic" colspan="3" align="right">&nbsp;</td>
+ <td class="rowpic" colspan="3" align="right"> </td>
</tr>
<c:forEach items="#{forum.stickyThreads}" var="topicrow">
<tr>
@@ -369,7 +369,7 @@
</a>
</span>
</td>
- <td class="rowpic" colspan="3" align="right">&nbsp;</td>
+ <td class="rowpic" colspan="3" align="right"> </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">
- &nbsp;&nbsp;&nbsp;
+    
<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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</c:if>
</span>
</td>
@@ -568,7 +568,7 @@
<!-- the current page number information -->
<c:if test="#{forum.pageNavigator.totalPages gt 1}">
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="left" colspan="3">
@@ -583,7 +583,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </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>&nbsp;&nbsp;</td>
+ <td>  </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>&nbsp;&nbsp;</td>
+ <td>  </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>&nbsp;&nbsp;</td>
+ <td>  </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>&nbsp;&nbsp;</td>
+ <td>  </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>&nbsp;&nbsp;</td>
+ <td>  </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>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -710,7 +710,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </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}:&nbsp;
+ ${resource.Jump_to}: 
<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>
- &nbsp;
+  
<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>
- &nbsp;&nbsp;
+   
<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>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -75,7 +75,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </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">
- ->&nbsp;
+ -> 
<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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</c:if>
</span>
</td>
@@ -113,11 +113,11 @@
</td>
</tr>
<tr>
- <th width="4%" class="thLeft" nowrap="nowrap">&nbsp;</th>
- <th nowrap="nowrap">&nbsp;${resource.Topics}&nbsp;</th>
- <th width="8%" nowrap="nowrap">&nbsp;${resource.Replies}&nbsp;</th>
- <th width="17%" nowrap="nowrap">&nbsp;${resource.Last_Post}&nbsp;</th>
- <th width="5%" class="thRight" nowrap="nowrap">&nbsp;${resource.Select}&nbsp;</th>
+ <th width="4%" class="thLeft" nowrap="nowrap"> </th>
+ <th nowrap="nowrap"> ${resource.Topics} </th>
+ <th width="8%" nowrap="nowrap"> ${resource.Replies} </th>
+ <th width="17%" nowrap="nowrap"> ${resource.Last_Post} </th>
+ <th width="5%" class="thRight" nowrap="nowrap"> ${resource.Select} </th>
</tr>
<c:forEach items="#{moderator.page}" var="topicrow">
<tr>
@@ -128,7 +128,7 @@
title="${resource.Topic_Moved}"/>
</td>
<td class="row1">
- &nbsp;
+  
<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>
- &nbsp;
+  
<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>
- &nbsp;
+  
<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>
- &nbsp;
+  
<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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</c:if>
</span>
</td>
@@ -268,7 +268,7 @@
<td>
<table width="100%" cellspacing="0" cellpadding="1" border="0">
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -276,7 +276,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </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>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
<span class="gen">
- ${resource.Move_to_forum} &nbsp;
+ ${resource.Move_to_forum}  
<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>
- &nbsp;&nbsp;
+   
<h:commandButton type="button" value="${resource.No}"
styleClass="liteoption"
onclick="javascript:history.back();">
@@ -111,7 +111,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
</table>
</td>
@@ -125,7 +125,7 @@
<td>
<table width="100%" cellspacing="0" cellpadding="1" border="0">
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -133,7 +133,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </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">
- ->&nbsp;
+ -> 
<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)}
- &nbsp;&nbsp;&nbsp;&nbsp;
+     
${resource.L_POST_SUBJECT}:
${postrow.message.subject}
</span>
@@ -222,7 +222,7 @@
<td>
<table width="100%" cellspacing="0" cellpadding="1" border="0">
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -230,7 +230,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
</table>
</td>
@@ -246,7 +246,7 @@
<td>
<table width="100%" cellspacing="0" cellpadding="1" border="0">
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -254,7 +254,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </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">
- &nbsp;
+  
<form name="redirect" action="#{forums:outputLink(shared.links['index'],true)}" method="post">
<!--input type="submit" name="Start Forums"/-->
</form>
- &nbsp;
+  
</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>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </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>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </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>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </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>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="10" itemLabel="10">
- <f:verbatim>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="15" itemLabel="15">
- <f:verbatim>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="20" itemLabel="20">
- <f:verbatim>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="25" itemLabel="25">
- <f:verbatim>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </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>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="10" itemLabel="10">
- <f:verbatim>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="15" itemLabel="15">
- <f:verbatim>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="20" itemLabel="20">
- <f:verbatim>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="25" itemLabel="25">
- <f:verbatim>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </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>&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>  </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}"/>
- &nbsp;&nbsp;
+   
<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>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -262,7 +262,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </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">
- &nbsp;&nbsp;&nbsp;
+    
<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}:&nbsp;</span>
+ <span class="gen">${resource.L_JOINED}: </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}:&nbsp;</span>
+ <span class="gen">${resource.L_TOTAL_POSTS}: </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}:&nbsp;</span>
+ <span class="gen">${resource.L_LOCATION}: </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}:&nbsp;</span>
+ <span class="gen">${resource.L_WEBSITE}: </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}:&nbsp;</span>
+ <span class="gen">${resource.L_OCCUPATION}: </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>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -283,7 +283,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </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">
- &nbsp;&nbsp;&nbsp;
+    
<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}&nbsp;${resource.L_TOPICS_FOUND}
+ ${summary.numberOfTopicsFound} ${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">&nbsp;${resource.Description}:</span></td>
+ <td width="15%" class="attachrow"><span class="genmed"> ${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">&nbsp;${resource.File_name}:</span></td>
- <td width="75%" class="attachrow"><span class="genmed">&nbsp;${attachment.file.name}</span>
+ <td width="15%" class="attachrow"><span class="genmed"> ${resource.File_name}:</span></td>
+ <td width="75%" class="attachrow"><span class="genmed"> ${attachment.file.name}</span>
</td>
</tr>
<tr>
- <td width="15%" class="attachrow"><span class="genmed">&nbsp;${resource.Filesize}:</span></td>
- <td width="75%" class="attachrow"><span class="genmed">&nbsp;${attachment.file.size}</span></td>
+ <td width="15%" class="attachrow"><span class="genmed"> ${resource.Filesize}:</span></td>
+ <td width="75%" class="attachrow"><span class="genmed"> ${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}"/>
- &nbsp;&nbsp;
+   
<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}"/>
- &nbsp;&nbsp;
+   
<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"> &nbsp;${resource.Font_color}:
+ <td><span class="genmed">  ${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> &nbsp;${resource.Font_size}:<select name="addbbcode20"
+ </select>  ${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>&nbsp;&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>   </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="1" itemLabel="Sticky">
- <f:verbatim>&nbsp;&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>   </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="2" itemLabel="Announcement">
- <f:verbatim>&nbsp;&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>   </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>&nbsp;
+ </span> 
<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> &nbsp;
+ </span>  
<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>&nbsp;
- <span class="gen"><b>${resource.Days}</b></span> &nbsp; <span class="gensmall">${resource.Poll_for_explain}</span>
+ </span> 
+ <span class="gen"><b>${resource.Days}</b></span>   <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">
- &nbsp;
+  
<h:commandButton action="updateAttachment" value="${resource.Update_comment}" styleClass="liteoption"/>
- &nbsp;
+  
<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"/>
- &nbsp;
+  
<!--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"/>
- &nbsp;
+  
<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}
- &nbsp;&nbsp;&nbsp; ${resource.Post_subject}: ${editPost.subject}
+     ${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"> &nbsp;${resource.Font_color}:
+ <td><span class="genmed">  ${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> &nbsp;${resource.Font_size}:<select name="addbbcode20"
+ </select>  ${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>&nbsp;&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>   </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="1" itemLabel="Sticky">
- <f:verbatim>&nbsp;&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>   </f:verbatim>
</f:selectItem>
<f:selectItem itemValue="2" itemLabel="Announcement">
- <f:verbatim>&nbsp;&nbsp;&nbsp;</f:verbatim>
+ <f:verbatim>   </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>&nbsp;
+ </span> 
<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> &nbsp;
+ </span>  
<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>&nbsp;
- <span class="gen"><b>${resource.Days}</b></span> &nbsp; <span class="gensmall">${resource.Poll_for_explain}</span>
+ </span> 
+ <span class="gen"><b>${resource.Days}</b></span>   <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">
- &nbsp;
+  
<h:commandButton action="updateAttachment" value="${resource.Update_comment}" styleClass="liteoption"/>
- &nbsp;
+  
<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"/>
- &nbsp;
+  
<!--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"/>
- &nbsp;
+  
<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}
- &nbsp;&nbsp;&nbsp; ${resource.Post_subject}: ${newTopic.subject}
+     ${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"> &nbsp;${resource.Font_color}:
+ <td><span class="genmed">  ${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> &nbsp;${resource.Font_size}:<select name="addbbcode20"
+ </select>  ${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">
- &nbsp;
+  
<h:commandButton action="updateAttachment" value="${resource.Update_comment}" styleClass="liteoption"/>
- &nbsp;
+  
<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"/>
- &nbsp;
+  
<!--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"/>
- &nbsp;
+  
<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}
- &nbsp;&nbsp;&nbsp; ${resource.Post_subject}: ${replyTopic.subject}
+     ${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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</c:if>
</span>
</td>
@@ -164,28 +164,29 @@
<td align="left" valign="middle" class="nav" width="100%">
- &nbsp;&nbsp;&nbsp;
+    
<h:outputLink value="#{forums:outputLink(shared.links['category'],true)}"
styleClass="nav">
<h:outputText value="#{shared.mainPageName}"/>
</h:outputLink>
- ->&nbsp;
+ -> 
<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>
- ->&nbsp;
+ -> 
<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>
- ->&nbsp;
+ -> 
<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}:&nbsp;
+ ${resource.Posted}: 
#{forums:dateStr(postrow.createDate)}
- <span class="gen">&nbsp;</span>
- &nbsp;&nbsp;
+ <span class="gen"> </span>
+   
${resource.Post_subject}
- &nbsp;:&nbsp;
+  : 
${postrow.message.subject}
</span>
</td>
@@ -571,25 +572,25 @@
</td>
<td align="left" valign="middle" class="nav" width="100%">
- &nbsp;&nbsp;&nbsp;
+    
<h:outputLink value="#{forums:outputLink(shared.links['category'],true)}"
styleClass="nav">
<h:outputText value="#{shared.mainPageName}"/>
</h:outputLink>
- ->&nbsp;
+ -> 
<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>
- ->&nbsp;
+ -> 
<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>
- ->&nbsp;
+ -> 
<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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</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}">
- &nbsp;&nbsp;
+   
<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>
- &nbsp;&nbsp;
+   
</c:if>
</span>
</td>
@@ -647,7 +648,7 @@
<!-- the current page number information -->
<c:if test="#{topic.pageNavigator.totalPages gt 1}">
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="left" colspan="3">
@@ -662,7 +663,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
</c:if>
</table>
@@ -692,7 +693,7 @@
</c:choose>
</span>
<br/>
- &nbsp;
+  
<br/>
</td>
</tr>
@@ -736,7 +737,7 @@
<br/>
<h:commandButton action="#{replyTopic.startInstantReplyPreview}" value="${resource.Preview}"
styleClass="liteoption" onclick="return checkForm();"/>
- &nbsp;
+  
<h:commandButton action="#{replyTopic.executeInstantReply}" value="${resource.Submit}"
styleClass="mainoption" onclick="return checkForm();"/>
</span>
@@ -754,7 +755,7 @@
<c:if test="#{moderator.initialized && moderator.forum!=null && moderator.forum.id!=-1}">
<tr>
<td>
- &nbsp;<br/>
+  <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>
- &nbsp;
+  
<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>
- &nbsp;
+  
<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>
- &nbsp;
+  
</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>
- &nbsp;
+  
</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>&nbsp;
+ </h:outputLink> 
</forums:isAllowed>
</td>
</tr>
@@ -817,7 +818,7 @@
<td>
<table width="100%" cellspacing="0" cellpadding="1" border="0">
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -825,7 +826,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </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}"/>
- &nbsp;
+  
</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">
- &nbsp;${forums:percentStr(forums:votePercent(poll,optionrow))}&nbsp;
+  ${forums:percentStr(forums:votePercent(poll,optionrow))} 
</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>&nbsp;</td>
+ <td> </td>
</tr>
<tr>
<td align="center">
@@ -140,7 +140,7 @@
</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td> </td>
</tr>
</table>
</td>
More information about the jboss-svn-commits
mailing list