[geeklog-jp commit] r601 - in trunk/plugins/forum/themefiles/forum/layout: . admin footer links reports userprefs

Back to archive index

codes****@googl***** codes****@googl*****
2008年 9月 18日 (木) 01:29:15 JST


Author: dengenxp
Date: Wed Sep 17 09:26:53 2008
New Revision: 601

Modified:
    trunk/plugins/forum/themefiles/forum/layout/admin/board_categories.thtml
     
trunk/plugins/forum/themefiles/forum/layout/admin/boards_edtcategory.thtml
    trunk/plugins/forum/themefiles/forum/layout/admin/boards_edtforum.thtml
    trunk/plugins/forum/themefiles/forum/layout/admin/header.thtml
    trunk/plugins/forum/themefiles/forum/layout/admin/ip_records.thtml
    trunk/plugins/forum/themefiles/forum/layout/admin/migrate_records.thtml
    trunk/plugins/forum/themefiles/forum/layout/admin/migratestories.thtml
    trunk/plugins/forum/themefiles/forum/layout/admin/mod_record.thtml
    trunk/plugins/forum/themefiles/forum/layout/admin/moderators.thtml
    trunk/plugins/forum/themefiles/forum/layout/admin/setting_option.thtml
    trunk/plugins/forum/themefiles/forum/layout/categorylisting.thtml
    trunk/plugins/forum/themefiles/forum/layout/footer/footer.thtml
    trunk/plugins/forum/themefiles/forum/layout/footer/forum_legend.thtml
    trunk/plugins/forum/themefiles/forum/layout/forum_jump.thtml
    trunk/plugins/forum/themefiles/forum/layout/forum_search.thtml
    trunk/plugins/forum/themefiles/forum/layout/forumlisting_record.thtml
    trunk/plugins/forum/themefiles/forum/layout/links/markread.thtml
    trunk/plugins/forum/themefiles/forum/layout/links/newposts.thtml
    trunk/plugins/forum/themefiles/forum/layout/links/return.thtml
    trunk/plugins/forum/themefiles/forum/layout/navbar.thtml
    trunk/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml
    trunk/plugins/forum/themefiles/forum/layout/reports/blank.thtml
    trunk/plugins/forum/themefiles/forum/layout/reports/email.thtml
    trunk/plugins/forum/themefiles/forum/layout/reports/lastposts.thtml
    trunk/plugins/forum/themefiles/forum/layout/reports/memberlist.thtml
    trunk/plugins/forum/themefiles/forum/layout/reports/notifications.thtml
     
trunk/plugins/forum/themefiles/forum/layout/reports/notifications_line.thtml
    trunk/plugins/forum/themefiles/forum/layout/reports/pm.thtml
    trunk/plugins/forum/themefiles/forum/layout/reports/report_record.thtml
    trunk/plugins/forum/themefiles/forum/layout/reports/report_results.thtml
    trunk/plugins/forum/themefiles/forum/layout/reports/website.thtml
    trunk/plugins/forum/themefiles/forum/layout/smilies.thtml
    trunk/plugins/forum/themefiles/forum/layout/submissionform_anontop.thtml
    trunk/plugins/forum/themefiles/forum/layout/submissionform_code.thtml
    trunk/plugins/forum/themefiles/forum/layout/submissionform_main.thtml
     
trunk/plugins/forum/themefiles/forum/layout/submissionform_membertop.thtml
    trunk/plugins/forum/themefiles/forum/layout/topic.thtml
    trunk/plugins/forum/themefiles/forum/layout/topic_navbar.thtml
    trunk/plugins/forum/themefiles/forum/layout/topicfooter.thtml
    trunk/plugins/forum/themefiles/forum/layout/topicfooter_preview.thtml
    trunk/plugins/forum/themefiles/forum/layout/topiclist_record.thtml
    trunk/plugins/forum/themefiles/forum/layout/topiclisting.thtml
    trunk/plugins/forum/themefiles/forum/layout/userprefs/navbar.thtml
    trunk/plugins/forum/themefiles/forum/layout/userprefs/user_settings.thtml

Log:
forum の HTML の適正化とバグ修正

Modified:  
trunk/plugins/forum/themefiles/forum/layout/admin/board_categories.thtml
==============================================================================
---  
trunk/plugins/forum/themefiles/forum/layout/admin/board_categories.thtml	 
(original)
+++  
trunk/plugins/forum/themefiles/forum/layout/admin/board_categories.thtml	 
Wed Sep 17 09:26:53 2008
@@ -29,7 +29,7 @@
          <td class="pluginSolidOutline pluginCellSubTitle">
              <table width="100%" border="0" cellspacing="1" cellpadding="4">
                  <tr>
-                    <td nowrap="nowrap">
+                    <td style="white-space:nowrap;">
                          <form action="{phpself}" method="post">
                              <fieldset><legend  
style="padding-bottom:5px;">Category</legend>
                                  <input type="hidden" name="type"  
value="category"{xhtml}>
@@ -42,7 +42,7 @@
                              </fieldset>
                          </form>
                      </td>
-                    <td width="60%" class="alignright"  
nowrap="nowrap">[&nbsp;<a  
href="{phpself}?mode=add&amp;type=forum&amp;category={catid}&amp;catname={catname}">{addforum}</a>&nbsp;]&nbsp;&nbsp;<br{xhtml}><p{xhtml}></td>
+                    <td class="alignright" style="width:60%;  
white-space:nowrap;">[&nbsp;<a  
href="{phpself}?mode=add&amp;type=forum&amp;category={catid}&amp;catname={catname}">{addforum}</a>&nbsp;]&nbsp;&nbsp;<br{xhtml}><p{xhtml}></td>
                  </tr>
              </table>
          </td>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/admin/boards_edtcategory.thtml
==============================================================================
---  
trunk/plugins/forum/themefiles/forum/layout/admin/boards_edtcategory.thtml	 
(original)
+++  
trunk/plugins/forum/themefiles/forum/layout/admin/boards_edtcategory.thtml	 
Wed Sep 17 09:26:53 2008
@@ -10,11 +10,11 @@
                  <table width="100%" border="0" cellspacing="1"  
cellpadding="0">
                      <tr>
                          <td width="110"  
class="pluginCellSubTitle">{LANG_NAME}</td>
-                        <td class="pluginCellText pluginCellFill"  
nowrap="nowrap"><input type="text" name="name" value="{catname}"  
size="70"{xhtml}></td>
+                        <td class="pluginCellText pluginCellFill"  
style="white-space:nowrap;"><input type="text" name="name"  
value="{catname}" size="70"{xhtml}></td>
                      </tr>
                      <tr>
-                        <td class="pluginCellSubTitle"  
nowrap="nowrap">{LANG_ORDER}&nbsp;</td>
-                        <td class="pluginCellText pluginCellFill"  
nowrap="nowrap" width="25"><input type="text" name="catorder"  
value="{catorder}" size="5"{xhtml}></td>
+                        <td class="pluginCellSubTitle"  
style="white-space:nowrap;">{LANG_ORDER}&nbsp;</td>
+                        <td class="pluginCellText pluginCellFill"  
style="width:25px; white-space:nowrap;"><input type="text" name="catorder"  
value="{catorder}" size="5"{xhtml}></td>
                      </tr>
                      <tr>
                          <td  
class="pluginCellSubTitle">{LANG_DESCRIPTION}</td>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/admin/boards_edtforum.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/admin/boards_edtforum.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/admin/boards_edtforum.thtml	 
Wed Sep 17 09:26:53 2008
@@ -10,27 +10,27 @@
              <td class="pluginCellSubTitle" style="padding:0px;">
                  <table width="100%" border="0" cellspacing="1"  
cellpadding="0">
                      <tr>
-                        <td width="110"  
class="pluginCellSubTitle">{LANG_NAME}</td>
-                        <td class="pluginCellText pluginCellFill"  
nowrap="nowrap"><input type="text" name="name" size="80"  
value="{forum_name}"{xhtml}></td>
+                        <td style="width:50%;"  
class="pluginCellSubTitle">{LANG_NAME}</td>
+                        <td class="pluginCellText pluginCellFill"  
style="white-space:nowrap;"><input type="text" name="name" size="80"  
value="{forum_name}"{xhtml}></td>
                      </tr>
                      <tr>
-                        <td width="110"  
class="pluginCellSubTitle">{LANG_DESCRIPTION}</td>
+                        <td style="width:50%;"  
class="pluginCellSubTitle">{LANG_DESCRIPTION}</td>
                          <td class="pluginCellText pluginCellFill"><input  
type="text" name="dscp" value="{forum_dscp}" size="80"{xhtml}></td>
                      </tr>
                      <tr>
-                        <td width="110"  
class="pluginCellSubTitle">{LANG_GROUPACCESS}</td>
-                        <td class="pluginCellText pluginCellFill"><SELECT  
name="privgroup">{grouplist}</select></td>
+                        <td style="width:50%;"  
class="pluginCellSubTitle">{LANG_GROUPACCESS}</td>
+                        <td class="pluginCellText pluginCellFill"><select  
name="privgroup">{grouplist}</select></td>
                      </tr>
                      <tr>
-                        <td width="110"  
class="pluginCellSubTitle">{LANG_readonly}</td>
+                        <td style="width:50%;"  
class="pluginCellSubTitle">{LANG_readonly}</td>
                          <td class="pluginCellText pluginCellFill"><input  
type="checkbox" name="is_readonly" value="1" {chk_readonly}{xhtml}><span  
style="padding-left:20px;">{LANG_readonlydscp}</span></td>
                      </tr>
                      <tr>
-                        <td width="110"  
class="pluginCellSubTitle">{LANG_hidden}</td>
+                        <td style="width:50%;"  
class="pluginCellSubTitle">{LANG_hidden}</td>
                          <td class="pluginCellText pluginCellFill"><input  
type="checkbox" name="is_hidden" value="1" {chk_hidden}{xhtml}><span  
style="padding-left:20px;">{LANG_hiddendscp}</span></td>
                      </tr>
                      <tr>
-                        <td width="110"  
class="pluginCellSubTitle">{LANG_hideposts}</td>
+                        <td style="width:50%;"  
class="pluginCellSubTitle">{LANG_hideposts}</td>
                          <td class="pluginCellText pluginCellFill"><input  
type="checkbox" name="no_newposts" value="1" {chk_newposts}{xhtml}><span  
style="padding-left:20px;">{LANG_hidepostsdscp}</span></td>
                      </tr>
                  </table>

Modified: trunk/plugins/forum/themefiles/forum/layout/admin/header.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/admin/header.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/admin/header.thtml	Wed Sep  
17 09:26:53 2008
@@ -1,13 +1,13 @@
  <!-- start header.thtml -->
  <table width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
-        <td width="14%" class="navbar" nowrap="nowrap"><a  
href="index.php">{stats}</a></td>
-        <td width="14%" class="navbar" nowrap="nowrap"><a  
href="settings.php">{settings}</a></td>
-        <td width="14%" class="navbar" nowrap="nowrap"><a  
href="boards.php">{boardadmin}</a></td>
-        <td width="14%" class="navbar" nowrap="nowrap"><a  
href="mods.php">{mods}</a></td>
-        <td width="14%" class="navbar" nowrap="nowrap"><a  
href="migrate.php">{migrate}</a></td>
-        <td width="14%" class="navbar" nowrap="nowrap"><a btn1"  
href="messages.php">{messages}</a></td>
-        <td width="16%" class="navbar" nowrap="nowrap"><a btn1"  
href="ips.php">{ipman}</a></td>
+        <td class="navbar" style="width:14%; white-space:nowrap;"><a  
href="index.php">{stats}</a></td>
+        <td class="navbar" style="width:14%; white-space:nowrap;"><a  
href="settings.php">{settings}</a></td>
+        <td class="navbar" style="width:14%; white-space:nowrap;"><a  
href="boards.php">{boardadmin}</a></td>
+        <td class="navbar" style="width:14%; white-space:nowrap;"><a  
href="mods.php">{mods}</a></td>
+        <td class="navbar" style="width:14%; white-space:nowrap;"><a  
href="migrate.php">{migrate}</a></td>
+        <td class="navbar" style="width:14%; white-space:nowrap;"><a  
class="btn1" href="messages.php">{messages}</a></td>
+        <td class="navbar" style="width:16%; white-space:nowrap;"><a  
class="btn1" href="ips.php">{ipman}</a></td>
      </tr>
  </table>
  <p{xhtml}>

Modified: trunk/plugins/forum/themefiles/forum/layout/admin/ip_records.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/admin/ip_records.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/admin/ip_records.thtml	Wed  
Sep 17 09:26:53 2008
@@ -2,6 +2,6 @@
      <!-- start ip_records.thtml -->
      <tr class="pluginRow{csscode}">
          <td style="padding:5px;">{ip}</td>
-        <td style="padding:5px;" nowrap="nowrap">[&nbsp;<a  
href="{phpself}?op=unban&ip={ip}">{unban}</a>&nbsp;]</td>
+        <td style="padding:5px; white-space:nowrap;">[&nbsp;<a  
href="{phpself}?op=unban&ip={ip}">{unban}</a>&nbsp;]</td>
      </tr>
      <!-- end ip_records.thtml -->

Modified:  
trunk/plugins/forum/themefiles/forum/layout/admin/migrate_records.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/admin/migrate_records.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/admin/migrate_records.thtml	 
Wed Sep 17 09:26:53 2008
@@ -1,10 +1,10 @@

      <!-- start migrate_records.thtml -->
      <tr class="pluginRow{cssid}">
-        <td width="5%"><input type="checkbox" name="cb_chkentry[]"  
value="{sid}"{xhtml}></td>
-        <td width="15%">{topic}</td>
-        <td width="45%"><a href="{story_link}">{story_title}</a></td>
-        <td width="25%" nowrap="nowrap">{date}</td>
-        <td class="aligncenter" width="10%">{num_comments}</td>
+        <td style="width:5%;"><input type="checkbox" name="cb_chkentry[]"  
value="{sid}"{xhtml}></td>
+        <td style="width:15%;">{topic}</td>
+        <td style="width:45%;"><a  
href="{story_link}">{story_title}</a></td>
+        <td style="width:25%; white-space:nowrap;">{date}</td>
+        <td class="aligncenter" style="width:10%;">{num_comments}</td>
      </tr>
      <!-- end migrate_records.thtml -->

Modified:  
trunk/plugins/forum/themefiles/forum/layout/admin/migratestories.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/admin/migratestories.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/admin/migratestories.thtml	 
Wed Sep 17 09:26:53 2008
@@ -1,6 +1,6 @@

  <!-- start migratestories.thtml -->
-<script language="javascript">
+<script type="text/javascript">
      <!-- Begin
      var allChecked;
      function checkAll(field)
@@ -28,22 +28,22 @@
  <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
  <table cellspacing="0" cellpadding="0" border="0" width="100%"  
style="margin-top:25px; margin-bottom:15px;">
      <tr>
-        <td width="50%"  
style="padding-left:10px;">{filter_topic_selection}&nbsp;<input  
type="submit" value="{LANG_filterlist}"{xhtml}></td>
+        <td style="width:50%;  
padding-left:10px;">{filter_topic_selection}&nbsp;<input type="submit"  
value="{LANG_filterlist}"{xhtml}></td>
          <td style="text-align:right;"><select name="selforum"><option  
value="0">{LANG_selectforum}</option>{select_filter_options}</select></td>
          <td>&nbsp;<input type="submit" name="migrate"  
value="{LANG_migrate}"{xhtml}></td>
-        <td nowrap="nowrap" class="alignright"  
style="padding-right:10px;"><input type="checkbox" name="delPostMigrate"  
value="1"{xhtml}>&nbsp;{LANG_deleteafter}</td>
+        <td class="alignright" style="padding-right:10px;  
white-space:nowrap;"><input type="checkbox" name="delPostMigrate"  
value="1"{xhtml}>&nbsp;{LANG_deleteafter}</td>
      </tr>
  </table>
  <table cellspacing="1" cellpadding="3" class="pluginSolidOutline"  
border="0" width="100%">
      <tr style="display:{show_message};">
-        <td class="pluginAlert" colspan="5" style="padding:5px;"  
nowrap="nowrap">{status_message}</td>
+        <td class="pluginAlert" colspan="5" style="padding:5px;  
white-space:nowrap;">{status_message}</td>
      </tr>
      <tr>
-        <td width="5%"  class="pluginCellTitle" nowrap="nowrap"><input  
type="checkbox" name="cb_migrateall" value="y" onclick="if(!allChecked)  
checkAll(document.storymigrate.elements['cb_chkentry[]']); else  
uncheckAll(document.storymigrate.elements['cb_chkentry[]']);"{xhtml}>&nbsp;{LANG_all}</td>
-        <td width="15%" class="pluginCellTitle aligncenter"  
style="padding-top:5px;">{LANG_topic}</td>
-        <td width="45%" class="pluginCellTitle"  
style="padding-top:5px;">{LANG_title}</td>
-        <td width="25%" class="pluginCellTitle"  
style="padding-top:5px;">{LANG_date}</td>
-        <td width="10%" class="pluginCellTitle"  
style="padding-top:5px;">{LANG_comments}</td>
+        <td class="pluginCellTitle" style="width:5%;  
white-space:nowrap;"><input type="checkbox" name="cb_migrateall" value="y"  
onclick="if(!allChecked)  
checkAll(document.storymigrate.elements['cb_chkentry[]']); else  
uncheckAll(document.storymigrate.elements['cb_chkentry[]']);"{xhtml}>&nbsp;{LANG_all}</td>
+        <td class="pluginCellTitle aligncenter" style="width:15%;  
padding-top:5px;">{LANG_topic}</td>
+        <td class="pluginCellTitle" style="width:45%;  
padding-top:5px;">{LANG_title}</td>
+        <td class="pluginCellTitle" style="width:25%;  
padding-top:5px;">{LANG_date}</td>
+        <td class="pluginCellTitle" style="width:10%;  
padding-top:5px;">{LANG_comments}</td>
      </tr>
  {story_record}
  </table>

Modified: trunk/plugins/forum/themefiles/forum/layout/admin/mod_record.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/admin/mod_record.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/admin/mod_record.thtml	Wed  
Sep 17 09:26:53 2008
@@ -2,14 +2,14 @@
                      <!-- start mod_record.thtml -->
                      <tr class="pluginRow{cssid} aligncenter">
                          <td class="alignleft"><input type="checkbox"  
name="chk_moddelete[]" value="{id}"{xhtml}></td>
-                        <td class="alignleft" width="15%">{name}</td>
-                        <td class="alignleft" width="15%">{forum}</td>
+                        <td class="alignleft"  
style="width:15%;">{name}</td>
+                        <td class="alignleft"  
style="width:15%;">{forum}</td>
                          <td><input type="checkbox" name="chk_delete{id}"  
value="1" {delete_yes}{xhtml}></td>
                          <td><input type="checkbox" name="chk_ban{id}"  
value="1" {ban_yes}{xhtml}></td>
                          <td><input type="checkbox" name="chk_edit{id}"  
value="1" {edit_yes}{xhtml}></td>
                          <td><input type="checkbox" name="chk_move{id}"  
value="1" {move_yes}{xhtml}></td>
                          <td><input type="checkbox" name="chk_stick{id}"  
value="1" {stick_yes}{xhtml}></td>
-                        <td nowrap="nowrap">
+                        <td style="white-space:nowrap;">
                              [&nbsp;<a href="#"  
onclick="document.modform.recid.value='{id}';document.modform.operation.value='update';document.modform.submit();return  
false;">{LANG_UPDATE}</a>&nbsp;]&nbsp;
                              [&nbsp;<a href="#"  
onclick="document.modform.recid.value='{id}';document.modform.operation.value='delete';document.modform.submit();return  
false;">{LANG_DELETE}</a>&nbsp;]
                          </td>

Modified: trunk/plugins/forum/themefiles/forum/layout/admin/moderators.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/admin/moderators.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/admin/moderators.thtml	Wed  
Sep 17 09:26:53 2008
@@ -1,6 +1,6 @@

  <!-- start moderators.thtml -->
-<script language="javascript">
+<script type="text/javascript">
      <!-- Begin
      function confirmSubmit(text) {
          var yes = confirm(text);
@@ -35,15 +35,15 @@
              <td colspan="2">
                  <table border="0" width="100%" cellspacing="1"  
cellpadding="3" class="pluginSolidOutline">
                      <tr>
-                        <td class="pluginCellTitle" width="5%"><img  
src="{imgset}/trash.gif" title="{LANG_deleteall}" border="0" onclick='  
if(confirm("{LANG_DELCONFIRM}"))  
{document.modform.operation.value="delchecked";  
document.modform.submit();}'{xhtml}></td>
-                        <td class="pluginCellTitle alignleft" width="10%"  
nowrap="nowrap">{LANG_HEADING2}</td>
-                        <td class="pluginCellTitle alignleft" width="35%"  
nowrap="nowrap">{LANG_FORUM}</td>
+                        <td class="pluginCellTitle"><img  
src="{imgset}/trash.gif" title="{LANG_deleteall}" border="0" onclick='  
if(confirm("{LANG_DELCONFIRM}"))  
{document.modform.operation.value="delchecked";  
document.modform.submit();}'{xhtml}></td>
+                        <td class="pluginCellTitle alignleft"  
style="width:10%; white-space:nowrap;">{LANG_HEADING2}</td>
+                        <td class="pluginCellTitle alignleft"  
style="width:35%; white-space:nowrap;">{LANG_FORUM}</td>
                          <td class="pluginCellTitle">{LANG_DELETE}</td>
                          <td class="pluginCellTitle">{LANG_BAN}</td>
                          <td class="pluginCellTitle">{LANG_EDIT}</td>
                          <td class="pluginCellTitle">{LANG_MOVE}</td>
                          <td class="pluginCellTitle">{LANG_STICK}</td>
-                        <td class="pluginCellTitle aligncenter"  
nowrap="nowrap">{LANG_OPERATION}</td>
+                        <td class="pluginCellTitle aligncenter"  
style="white-space:nowrap;">{LANG_OPERATION}</td>
                      </tr>
  {moderator_records}
                  </table>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/admin/setting_option.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/admin/setting_option.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/admin/setting_option.thtml	 
Wed Sep 17 09:26:53 2008
@@ -1,12 +1,12 @@
  <!-- start setting_option.thtml -->
  <tr style="vertical-align:middle;">
-	<td class="pluginCellSubTitle"width="160">{LANG_title}</td>
+    <td class="pluginCellSubTitle"width="160">{LANG_title}</td>
      <td class="pluginCellText pluginCellFill">
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                              <td style="padding-right:15px;"  
style="padding-right:15px;">{LANG_description}</td>
-                            <td style="text-align:right;"  
nowrap="nowrap"><input type="radio" name="{parm_name}" value="1"  
{option_yes}{xhtml}>{LANG_YES}&nbsp;</td>
-                            <td style="text-align:right;" nowrap="nowrap"  
width="5%"><input type="radio" name="{parm_name}" value="0"  
{option_no}{xhtml}>{LANG_NO}</td>
+                            <td style="text-align:right;"  
style="white-space:nowrap;"><input type="radio" name="{parm_name}"  
value="1" {option_yes}{xhtml}>{LANG_YES}&nbsp;</td>
+                            <td style="text-align:right;"  
style="white-space:nowrap; width:5%;"><input type="radio"  
name="{parm_name}" value="0" {option_no}{xhtml}>{LANG_NO}</td>
                      </tr>
              </table>
      </td>

Modified: trunk/plugins/forum/themefiles/forum/layout/categorylisting.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/categorylisting.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/categorylisting.thtml	Wed  
Sep 17 09:26:53 2008
@@ -1,20 +1,21 @@
+
  <!-- start categorylisting.thtml -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0"  
style="margin:2px;padding-right:15px;" class="pluginHeader">
      <tr class="pluginLinks" style="vertical-align: middle; height:25px;">
-        <td height="18" width="10">{forumindeximg}</td>
-        <td class="pluginHeader alignleft" width="95%"  
nowrap="nowrap">&nbsp;{cat_name}</td>
-        <td>{newposts_link}</td>
+        <td style="height:18px; width:10px">{forumindeximg}</td>
+        <td class="pluginHeader alignleft" style="width:95%;  
white-space:nowrap">&nbsp;{cat_name}</td>
+        {newposts_link}
          <td>&nbsp;</td>
-        <td>{markread_link}</td>
+        {markread_link}
      </tr>
  </table>
  <table width="100%" border="0" cellspacing="1" cellpadding="3"  
class="pluginSolidOutline" style="margin-bottom:10px;">
      <tr>
          <td class="pluginCellTitle alignleft" colspan="2">{cat_desc}</td>
-    <td class="pluginCellTitle aligntop" width="5%"><span  
style="white-space:nowrap">{LANGGF01_TOPICS}</span></td>
-    <td class="pluginCellTitle aligntop" width="5%"><span  
style="white-space:nowrap">{LANGGF01_POSTS}</span></td>
-    <td class="pluginCellTitle aligntop" width="25%"><span  
style="white-space:nowrap">{LANGGF01_LASTPOST}</span></td>
+        <td class="pluginCellTitle aligntop" style="width:5%"><span  
style="white-space:nowrap">{LANGGF01_TOPICS}</span></td>
+        <td class="pluginCellTitle aligntop" style="width:5%"><span  
style="white-space:nowrap">{LANGGF01_POSTS}</span></td>
+        <td class="pluginCellTitle aligntop" style="width:25%"><span  
style="white-space:nowrap">{LANGGF01_LASTPOST}</span></td>
      </tr>
      {forum_records}
  </table>
-<!-- end categorylisting.thtml -->
\ No newline at end of file
+<!-- end categorylisting.thtml -->

Modified: trunk/plugins/forum/themefiles/forum/layout/footer/footer.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/footer/footer.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/footer/footer.thtml	Wed Sep  
17 09:26:53 2008
@@ -3,10 +3,10 @@
  <div style="background:transparent; border: 1px solid #C8DAF7;  
margin-bottom:10px">
  <table width="100%" border="0" cellspacing="1" cellpadding="2"  
class="pluginFooter">
      <tr>
-        <td width="50%">
+        <td style="width:50%">
              {forum_legend}
          </td>
-        <td class="alignright" width="50%">
+        <td class="alignright" style="width:50%">
              {forum_rules}
          </td>
      </tr>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/footer/forum_legend.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/footer/forum_legend.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/footer/forum_legend.thtml	 
Wed Sep 17 09:26:53 2008
@@ -4,32 +4,32 @@
          <td>
              <table width="140" height="100%">
                  <tr>
-                    <td width="20" >{normal_icon}</td>
-                    <td >{normal_msg}</td>
+                    <td style="width:20px;">{normal_icon}</td>
+                    <td style="white-space:nowrap;">{normal_msg}</td>
                  </tr>
                  <tr>
-                    <td >{locked_icon}</td>
-                    <td >{locked_msg}</td>
+                    <td >{sticky_icon}</td>
+                    <td style="white-space:nowrap;">{sticky_msg}</td>
                  </tr>
                  <tr>
-                    <td >{sticky_icon}</td>
-                    <td >{sticky_msg}</td>
+                    <td >{locked_icon}</td>
+                    <td style="white-space:nowrap;">{locked_msg}</td>
                  </tr>
              </table>
          </td>
          <td style="vertical-align:top;">
              <table width="140" height="100%">
                  <tr>
-                    <td width="20" >{new_icon}</td>
-                    <td nowrap="nowrap">{new_msg}</td>
+                    <td style="width:20px;">{new_icon}</td>
+                    <td style="white-space:nowrap;">{new_msg}</td>
                  </tr>
                  <tr>
                      <td >{stickynew_icon}</td>
-                    <td >{stickynew_msg}</td>
+                    <td style="white-space:nowrap;">{stickynew_msg}</td>
                  </tr>
                  <tr>
                      <td >{lockednew_icon}</td>
-                    <td >{lockednew_msg}</td>
+                    <td style="white-space:nowrap;">{lockednew_msg}</td>
                  </tr>
              </table>
          </td>
@@ -37,16 +37,16 @@
          <td style="vertical-align:top;">
              <table border="0" width="140" height="100%">
                  <tr>
-                    <td width="20">{viewnew_icon}</td>
-                    <td nowrap="nowrap">{viewnew_msg}</td>
+                    <td style="width:20px;">{viewnew_icon}</td>
+                    <td style="white-space:nowrap;">{viewnew_msg}</td>
                  </tr>
                  <tr>
-                    <td width="20">{subscribe_icon}</td>
-                    <td>{subscribe_msg}</td>
+                    <td style="width:20px;">{subscribe_icon}</td>
+                    <td style="white-space:nowrap;">{subscribe_msg}</td>
                  </tr>
                  <tr>
-                    <td width="20">{markread_icon}</td>
-                    <td>{markread_msg}</td>
+                    <td style="width:20px;">{markread_icon}</td>
+                    <td style="white-space:nowrap;">{markread_msg}</td>
                  </tr>
                  <tr>
                      <td colspan="2"><img width="120"  
height="1"{xhtml}></td>

Modified: trunk/plugins/forum/themefiles/forum/layout/forum_jump.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/forum_jump.thtml	(original)
+++ trunk/plugins/forum/themefiles/forum/layout/forum_jump.thtml	Wed Sep 17  
09:26:53 2008
@@ -5,7 +5,8 @@
                      <td style="vertical-align:middle;">
                          <form action="{action}" method="post"  
name="jumpbox" onsubmit="if(document.jumpbox.forum.value == -1){return  
false;}" style="margin:0px;padding:2px">
                              <div><select name="forum" style="width:170px"  
onchange="this.form.submit();">
-                            <option selected="selected"  
value="-1">{LANG_msg106}{selecthtml}</option>
+                            <option value="-1">{LANG_msg106}</option>
+                            {selecthtml}
                              </select></div>
                           </form>
                       </td>

Modified: trunk/plugins/forum/themefiles/forum/layout/forum_search.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/forum_search.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/forum_search.thtml	Wed Sep  
17 09:26:53 2008
@@ -1,12 +1,13 @@
+
  <!-- start forum_search.thtml -->
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
-                    <td class="alignleft" width="50%">
+                    <td class="alignleft" style="width:50%">
                          <form action="index.php" method="post"  
name="searchbox" onsubmit="return (this.query.value != '');"  
style="margin:0px;padding:2px;">
                              <table border="0" cellspacing="2"  
cellpadding="0">
                                  <tr>
                                      <td><input type="hidden" name="op"  
value="search"{xhtml}><input type="hidden" name="forum"  
value="{forum}"{xhtml}></td>
-                                    <td><input type="text" name="query"  
value="" style="width: 165px"{xhtml}></td>
+                                    <td><input type="text" name="query"  
value="" style="width:165px"{xhtml}></td>
                                      <td><input type="submit"  
name="btnsubmit" value="{search}"{xhtml}></td>
                                  </tr>
                              </table>
@@ -14,4 +15,4 @@
                      </td>
                  </tr>
              </table>
-<!-- end forum_search.thtml -->
\ No newline at end of file
+<!-- end forum_search.thtml -->

Modified:  
trunk/plugins/forum/themefiles/forum/layout/forumlisting_record.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/forumlisting_record.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/forumlisting_record.thtml	 
Wed Sep 17 09:26:53 2008
@@ -1,9 +1,10 @@
+
  <!-- start forumlisting_record.thtml -->
              <tr class="pluginRollOut pluginLinks"  
onmouseover="className='pluginRollOver pluginLinks';"  
onmouseout="className='pluginRollOut pluginLinks';">
-                <td width="25" style="vertical-align:top;">{folderimg}</td>
-                <td width="60%" class="alignleft pluginCellText"  
style="vertical-align:top;" onmouseover="this.style.cursor='pointer';"  
onclick="window.location.href='index.php?forum={forum_id}';  
this.style.cursor='pointer';"><A class="pluginLinks"  
style="text-decoration:none;"  
href="index.php?forum={forum_id}">{forum_name}</A><div  
style="text-align:left">{forum_desc}</div>{moderator}</td>
-                <td width="5%" class="aligncenter pluginCellText"  
style="vertical-align:top;">{topics}</td>
-                <td width="5%" class="aligncenter pluginCellText"  
style="vertical-align:top;">{posts}</td>
-                <td width="5%" class="alignleft pluginCellText"  
style="vertical-align:top;" nowrap="nowrap"   
onmouseover="this.style.cursor='pointer';"  
onclick="window.location.href='viewtopic.php?showtopic={topic_id}&lastpost=true#{lastpostid}';  
this.style.cursor='pointer';">{lastpostmsgDate}<br{xhtml}>{lastpostmsgTopic}<br{xhtml}>{lastpostmsgBy}</td>
+                <td style="vertical-align:top; width:25px">{folderimg}</td>
+                <td class="alignleft pluginCellText"  
style="vertical-align:top; width:60%"  
onmouseover="this.style.cursor='pointer';"  
onclick="window.location.href='index.php?forum={forum_id}';  
this.style.cursor='pointer';"><a class="pluginLinks"  
style="text-decoration:none;"  
href="index.php?forum={forum_id}">{forum_name}</a><div  
style="text-align:left">{forum_desc}</div>{moderator}</td>
+                <td class="aligncenter pluginCellText"  
style="vertical-align:top; width:5%">{topics}</td>
+                <td class="aligncenter pluginCellText"  
style="vertical-align:top; width:5%">{posts}</td>
+                <td class="alignleft pluginCellText"  
style="vertical-align:top; width:5%; white-space:nowrap;"  
onmouseover="this.style.cursor='pointer';"  
onclick="window.location.href='viewtopic.php?showtopic={topic_id}&amp;lastpost=true#{lastpostid}';  
this.style.cursor='pointer';">{lastpostmsgDate}<br{xhtml}>{lastpostmsgTopic}<br{xhtml}>{lastpostmsgBy}</td>
              </tr>
-<!-- end forumlisting_record.thtml -->
\ No newline at end of file
+<!-- end forumlisting_record.thtml -->

Modified: trunk/plugins/forum/themefiles/forum/layout/links/markread.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/links/markread.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/links/markread.thtml	Wed  
Sep 17 09:26:53 2008
@@ -1,3 +1,3 @@
  <!-- start markread.thtml -->
-<td class="pluginButton" nowrap="nowrap">[&nbsp;<a  
{markreadlink}{LANG_markread}</a>&nbsp;]</td>
+<td class="pluginButton" style="white-space:nowrap;">[&nbsp;<a  
{markreadlink}{LANG_markread}</a>&nbsp;]</td>
  <!-- end markread.thtml -->

Modified: trunk/plugins/forum/themefiles/forum/layout/links/newposts.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/links/newposts.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/links/newposts.thtml	Wed  
Sep 17 09:26:53 2008
@@ -1,3 +1,3 @@
  <!-- start newposts.thtml -->
-<td class="pluginButton" nowrap="nowrap">[&nbsp;<a  
{newpostslink}{LANG_newposts}</a>&nbsp;]</td>
+<td class="pluginButton" style="white-space:nowrap;">[&nbsp;<a  
{newpostslink}{LANG_newposts}</a>&nbsp;]</td>
  <!-- end newposts.thtml -->

Modified: trunk/plugins/forum/themefiles/forum/layout/links/return.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/links/return.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/links/return.thtml	Wed Sep  
17 09:26:53 2008
@@ -1,3 +1,3 @@
  <!-- start return.thtml -->
-<td class="pluginButton" nowrap="nowrap"><a  
{returnlink}{LANG_return}</a></td>
+<td class="pluginButton" style="white-space:nowrap;"><a  
{returnlink}{LANG_return}</a></td>
  <!-- end return.thtml -->

Modified: trunk/plugins/forum/themefiles/forum/layout/navbar.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/navbar.thtml	(original)
+++ trunk/plugins/forum/themefiles/forum/layout/navbar.thtml	Wed Sep 17  
09:26:53 2008
@@ -1,16 +1,17 @@
+
  <!-- start navbar.thtml -->
  <table width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <td colspan="5" style="padding-right:5px;">{navmenu}</td>
-	</tr>
+    </tr>
      <tr>
          <td colspan="5" style="padding-right:5px;">
              <table width="100%" border="0" cellspacing="0" cellpadding="2">
                  <tr>
-                    <td nowrap="nowrap">
+                    <td style="white-space:nowrap">
                          {search_forum}
                      </td>
-                    <td width="30%" class="alignright" nowrap="nowrap">
+                    <td class="alignright" style="white-space:nowrap;  
width:30%">
                          {select_forum}
                      </td>
                  </tr>
@@ -18,4 +19,4 @@
          </td>
      </tr>
  </table>
-<!-- end navbar.thtml -->
\ No newline at end of file
+<!-- end navbar.thtml -->

Modified:  
trunk/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml	Wed  
Sep 17 09:26:53 2008
@@ -2,7 +2,7 @@
  <table width="100%" border="0" cellspacing="0" cellpadding="0"  
style="margin:2px;">
      <tr>
          <td>{navbreadcrumbsimg}</td>
-        <td class="alignleft" width="100%" nowrap="nowrap">&nbsp;<a  
href="{site_url}/forum/index.php">{forum_home}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php">{cat_name}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php?forum={forum_id}">{forum_name}</a></td>
+        <td class="alignleft" style="width:100%;  
white-space:nowrap;">&nbsp;<a  
href="{site_url}/forum/index.php">{forum_home}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php">{cat_name}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php?forum={forum_id}">{forum_name}</a></td>
      </tr>
      <tr>
          <td colspan="2"  
style="padding-bottom:5px;">{navtopicimg}&nbsp;<b><a  
href="viewtopic.php?showtopic={topic_id}">{subject}</a></b></td>
@@ -31,6 +31,7 @@
  <script type="text/javascript"  
src="{layout_url}/forum/javascript/createtopic.js"></script>

  <form action="{phpself}" method="post" name="forumpost"  
style="margin:0px;">
+<div>
      <input type="hidden" name="forum" value="{forum_id}"{xhtml}>
      <input type="hidden" name="id" value="{hidden_id}"{xhtml}>
      <input type="hidden" name="modedit" value="{hidden_modedit}"{xhtml}>
@@ -40,3 +41,4 @@
      <input type="hidden" name="editid" value="{hidden_editid}"{xhtml}>
      <input type="hidden" name="page" value="{page}"{xhtml}>
      <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
+</div>

Modified: trunk/plugins/forum/themefiles/forum/layout/reports/blank.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/reports/blank.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/reports/blank.thtml	Wed Sep  
17 09:26:53 2008
@@ -1,2 +1,2 @@
  <!-- blank.thtml -->
-                        <td width="100%" height:20px;"  
nowrap="nowrap"><span class="pluginSolidFill">{LANG_blank}</span></td>
\ No newline at end of file
+                        <td style="width:100%; height:20px;  
white-space:nowrap;"><span class="pluginSolidFill">{LANG_blank}</span></td>

Modified: trunk/plugins/forum/themefiles/forum/layout/reports/email.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/reports/email.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/reports/email.thtml	Wed Sep  
17 09:26:53 2008
@@ -1,2 +1,2 @@
  <!-- email.thtml -->
-                        <td style="background: center  
url({layout_url}/navbar/images/button.gif);" nowrap="nowrap"><img  
width="20" height="1"{xhtml}><a class="pluginButton"  
{emaillink}{LANG_email}</a></td>
\ No newline at end of file
+                        <td style="background: center  
url({layout_url}/navbar/images/button.gif);"  
style="white-space:nowrap;"><img width="20" height="1"{xhtml}><a  
class="pluginButton" {emaillink}{LANG_email}</a></td>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/reports/lastposts.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/reports/lastposts.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/reports/lastposts.thtml	Wed  
Sep 17 09:26:53 2008
@@ -1,2 +1,2 @@
  <!-- lastposts.thtml -->
-                        <td style="background: center  
url({layout_url}/navbar/images/button.gif);" nowrap="nowrap"><img  
width="20" height="1"{xhtml}><a class="pluginButton"  
{lastpostslink}{LANG_lastposts}</a></td>
\ No newline at end of file
+                        <td style="background: center  
url({layout_url}/navbar/images/button.gif); white-space:nowrap;"><img  
width="20" height="1"{xhtml}><a class="pluginButton"  
{lastpostslink}{LANG_lastposts}</a></td>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/reports/memberlist.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/reports/memberlist.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/reports/memberlist.thtml	 
Wed Sep 17 09:26:53 2008
@@ -1,19 +1,19 @@
  <!-- start memberlist.thtml -->
  {navmenu}
- <form method="post" action="{site_url}/forum/memberlist.php"  
style="margin:0px;">
+<form method="post" action="{site_url}/forum/memberlist.php"  
style="margin:0px;">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
          <td colspan="3" class="pluginHeader"  
style="padding:5px;width:95%;">{LANG_TITLE}</td>
-        <td colspan="5" class="pluginHeader"  
style="padding:5px;text-align:right;"  
nowrap="nowrap">{LANG_ACTIVITY}&nbsp;<input type="checkbox"  
name="chkactivity" value="1" {chk_activity} onclick="submit();"{xhtml}></td>
+        <td colspan="5" class="pluginHeader"  
style="padding:5px;text-align:right;  
white-space:nowrap;">{LANG_ACTIVITY}&nbsp;<input type="checkbox"  
name="chkactivity" value="1" {chk_activity} onclick="submit();"{xhtml}></td>
      </tr>
  </table>
  <table width="100%" border="0" cellspacing="1" cellpadding="3"  
class="plugin" style="margin-bottom:10px;">
      <tr>
-        <td width="40" class="pluginBreadCrumbs pluginCellTitle  
aligncenter" style="padding:2px 0px 2px 5px;"><a  
href="{phpself}?order=1&prevorder={prevorder}&direction={direction}&page={page}&chkactivity={chkactivity}">{LANG_Heading1}</a></td>
-        <td class="pluginBreadCrumbs pluginCellTitle" style="padding:2px  
0px 2px 5px;"><a  
href="{phpself}?order=2&prevorder={prevorder}&direction={direction}&page={page}&chkactivity={chkactivity}">{LANG_Heading2}</a></td>
-        <td width="120"  class="pluginBreadCrumbs pluginCellTitle  
aligncenter" style="padding:2px 0px 2px 5px;"><a  
href="{phpself}?order=3&prevorder={prevorder}&direction={direction}&page={page}&chkactivity={chkactivity}">{LANG_Heading3}</a></td>
-        <td width="40"  class="pluginBreadCrumbs pluginCellTitle  
aligncenter" style="padding:2px 0px 2px 5px;"><a  
href="{phpself}?order=4&prevorder={prevorder}&direction={direction}&page={page}&chkactivity={chkactivity}">{LANG_Heading4}</a></td>
-        <td width="120" class="pluginCellTitle" colspan="4"  
style="padding:2px 0px 2px 5px;" nowrap="nowrap">&nbsp;</td>
+        <td class="pluginBreadCrumbs pluginCellTitle aligncenter"  
style="padding:2px 5px 2px 5px; width:40%; white-space:nowrap;"><a  
href="{phpself}?order=1&prevorder={prevorder}&direction={direction}&page={page}&chkactivity={chkactivity}">{LANG_Heading1}</a></td>
+        <td class="pluginBreadCrumbs pluginCellTitle" style="padding:2px  
5px 2px 5px; white-space:nowrap;"><a  
href="{phpself}?order=2&prevorder={prevorder}&direction={direction}&page={page}&chkactivity={chkactivity}">{LANG_Heading2}</a></td>
+        <td class="pluginBreadCrumbs pluginCellTitle aligncenter"  
style="padding:2px 5px 2px 5px; width:120%; white-space:nowrap;"><a  
href="{phpself}?order=3&prevorder={prevorder}&direction={direction}&page={page}&chkactivity={chkactivity}">{LANG_Heading3}</a></td>
+        <td class="pluginBreadCrumbs pluginCellTitle aligncenter"  
style="padding:2px 5px 2px 5px; width:40%; white-space:nowrap;"><a  
href="{phpself}?order=4&prevorder={prevorder}&direction={direction}&page={page}&chkactivity={chkactivity}">{LANG_Heading4}</a></td>
+        <td class="pluginCellTitle" colspan="4" style="padding:2px 0px 2px  
5px; white-space:nowrap; width:120%;">&nbsp;</td>
      </tr>
          {report_records}
  </table>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/reports/notifications.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/reports/notifications.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/reports/notifications.thtml	 
Wed Sep 17 09:26:53 2008
@@ -7,7 +7,7 @@
                  <select name="filter" style="width:180px;"  
onchange="this.form.submit();">{filter_options}</select>
              </form>
          </td>
-        <td style="padding:5px 0px 5px 10px;"  
nowrap="nowrap">{select_forum}</td>
+        <td style="padding:5px 0px 5px 10px;  
white-space:nowrap;">{select_forum}</td>
      </tr>
  </table>
  <p{xhtml}>
@@ -16,10 +16,10 @@
  <table width="100%" border="0" cellspacing="1" cellpadding="3"  
class="plugin" style="margin-bottom:10px;">
      <tr>
          <td class="pluginCellTitle" width="2%"  
style="text-align:center;"><img src="{imgset}/trash.gif"  
title="{LANG_deleteall}" border="0" onclick='  
if(confirm("{LANG_DELALLCONFIRM}"))  
{document.notifications.op.value="delchecked";  
document.notifications.submit();}'{xhtml}></td>
-        <td class="pluginCellTitle" nowrap="nowrap">{LANG_Heading2}</td>
-        <td class="pluginCellTitle" nowrap="nowrap">{LANG_Heading3}</td>
-        <td class="pluginCellTitle" nowrap="nowrap">{LANG_Heading4}</td>
-        <td class="pluginCellTitle" nowrap="nowrap">{LANG_Heading5}</td>
+        <td class="pluginCellTitle"  
style="white-space:nowrap;">{LANG_Heading2}</td>
+        <td class="pluginCellTitle"  
style="white-space:nowrap;">{LANG_Heading3}</td>
+        <td class="pluginCellTitle"  
style="white-space:nowrap;">{LANG_Heading4}</td>
+        <td class="pluginCellTitle"  
style="white-space:nowrap;">{LANG_Heading5}</td>
          <td class="pluginCellTitle">{LANG_Heading6}</td>
          <td class="pluginCellTitle">{LANG_Heading7}</td>
          <td class="pluginCellTitle">{LANG_Heading8}</td>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/reports/notifications_line.thtml
==============================================================================
---  
trunk/plugins/forum/themefiles/forum/layout/reports/notifications_line.thtml	 
(original)
+++  
trunk/plugins/forum/themefiles/forum/layout/reports/notifications_line.thtml	 
Wed Sep 17 09:26:53 2008
@@ -1,11 +1,11 @@
  <!-- notifications_line.thtml -->
  <tr class="aligncenter pluginRow{csscode}">
      <td style="padding:2px 0px 2px 5px;"><input type="checkbox"  
name="chkrecid[]" value="{id}"{xhtml}></td>
-    <td class="alignleft" style="padding:2px 0px 2px 5px;"  
nowrap="nowrap">{forum}</td>
-    <td class="alignleft" style="text-align:left;padding:2px 0px 2px 5px;"  
nowrap="nowrap">{is_forum}&nbsp;{topic_link}</td>
-    <td width="2%" style="padding:2px 0px 2px 5px;">{date_added}</td>
-    <td width="2%" style="padding:2px 0px 2px 5px;"><a  
href="{site_url}/users.php?mode=profile&uid={uid}">{topicauthor}</a></td>
-    <td width="2%" style="padding:2px 0px 2px 5px;">{views}</td>
-    <td width="2%" style="padding:2px 0px 2px 5px;">{replies}</td>
-    <td width="2%" style="padding:2px 0px 2px 5px;"><a  
href="notify.php?submit=delete&id={notify_id}&filter={notifytype}">{LANG_REMOVE}</a></td>
-</tr>
\ No newline at end of file
+    <td class="alignleft" style="padding:2px 0px 2px 5px;  
white-space:nowrap;">{forum}</td>
+    <td class="alignleft" style="text-align:left;padding:2px 0px 2px 5px;  
white-space:nowrap;">{is_forum}&nbsp;{topic_link}</td>
+    <td style="width:20%; padding:2px 0px 2px 5px;">{date_added}</td>
+    <td style="width:20%; padding:2px 0px 2px 5px;"><a  
href="{site_url}/users.php?mode=profile&uid={uid}">{topicauthor}</a></td>
+    <td style="width:20%; padding:2px 0px 2px 5px;">{views}</td>
+    <td style="width:20%; padding:2px 0px 2px 5px;">{replies}</td>
+    <td style="width:20%; padding:2px 0px 2px 5px;"><a  
href="notify.php?submit=delete&id={notify_id}&filter={notifytype}">{LANG_REMOVE}</a></td>
+</tr>

Modified: trunk/plugins/forum/themefiles/forum/layout/reports/pm.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/reports/pm.thtml	(original)
+++ trunk/plugins/forum/themefiles/forum/layout/reports/pm.thtml	Wed Sep 17  
09:26:53 2008
@@ -1,2 +1,2 @@
  <!-- pm.thtml -->
-                        <td style="background: center  
url({layout_url}/navbar/images/button.gif);" nowrap="nowrap"><img  
width="10" height="1"{xhtml}><a class="pluginButton"  
{pmlink}{LANG_pm}</a></td>
\ No newline at end of file
+                        <td style="background: center  
url({layout_url}/navbar/images/button.gif); white-space:nowrap;"><img  
width="10" height="1"{xhtml}><a class="pluginButton"  
{pmlink}{LANG_pm}</a></td>
\ No newline at end of file

Modified:  
trunk/plugins/forum/themefiles/forum/layout/reports/report_record.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/reports/report_record.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/reports/report_record.thtml	 
Wed Sep 17 09:26:53 2008
@@ -1,7 +1,7 @@
  <!-- report_record.thtml -->
  <tr class="pluginRow{csscode}">
      <td  
style="text-align:left;padding:5px;">{post_start_ahref}{post_subject}{post_end_ahref}</td>
-    <td width="2%" nowrap="nowrap">{post_replies}</td>
-    <td width="2%" nowrap="nowrap">{post_views}</td>
-    <td style="text-align:left;padding-left:5px;" width="5%"  
nowrap="nowrap">{post_date}</td>
-</tr>
\ No newline at end of file
+    <td style="width:2%; white-space:nowrap;">{post_replies}</td>
+    <td style="width:2%; white-space:nowrap;">{post_views}</td>
+    <td style="text-align:left;padding-left:5px; width:5%;  
white-space:nowrap;">{post_date}</td>
+</tr>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/reports/report_results.thtml
==============================================================================
---  
trunk/plugins/forum/themefiles/forum/layout/reports/report_results.thtml	 
(original)
+++  
trunk/plugins/forum/themefiles/forum/layout/reports/report_results.thtml	 
Wed Sep 17 09:26:53 2008
@@ -2,10 +2,10 @@
  {navmenu}
  <table width="100%" border="0" cellspacing="1" cellpadding="3"  
class="plugin" style="margin-top:20px;margin-bottom:10px;">
      <tr class="aligncenter">
-        <td class="pluginBreadCrumbs pluginCellTitle" style="padding:2px  
0px 2px 5px;"><a  
href="{phpself}&order=1&prevorder={prevorder}&direction={direction}&page={page}{op}">{LANG_Heading1}</a></td>
-        <td class="pluginBreadCrumbs pluginCellTitle" style="padding:2px  
0px 2px 5px;"><a  
href="{phpself}&order=2&prevorder={prevorder}&direction={direction}&page={page}{op}">{LANG_Heading2}</a></td>
-        <td class="pluginBreadCrumbs pluginCellTitle" style="padding:2px  
0px 2px 5px;"><a  
href="{phpself}&order=3&prevorder={prevorder}&direction={direction}&page={page}{op}">{LANG_Heading3}</a></td>
-        <td class="pluginBreadCrumbs pluginCellTitle" style="padding:2px  
0px 2px 5px;"><a  
href="{phpself}&order=4&prevorder={prevorder}&direction={direction}&page={page}{op}">{LANG_Heading4}</a></td>
+        <td class="pluginBreadCrumbs pluginCellTitle" style="padding:2px  
5px 2px 5px; white-space:nowrap;"><a  
href="{phpself}&order=1&prevorder={prevorder}&direction={direction}&page={page}{op}">{LANG_Heading1}</a></td>
+        <td class="pluginBreadCrumbs pluginCellTitle" style="padding:2px  
5px 2px 5px; white-space:nowrap;"><a  
href="{phpself}&order=2&prevorder={prevorder}&direction={direction}&page={page}{op}">{LANG_Heading2}</a></td>
+        <td class="pluginBreadCrumbs pluginCellTitle" style="padding:2px  
5px 2px 5px; white-space:nowrap;"><a  
href="{phpself}&order=3&prevorder={prevorder}&direction={direction}&page={page}{op}">{LANG_Heading3}</a></td>
+        <td class="pluginBreadCrumbs pluginCellTitle" style="padding:2px  
5px 2px 5px; white-space:nowrap;"><a  
href="{phpself}&order=4&prevorder={prevorder}&direction={direction}&page={page}{op}">{LANG_Heading4}</a></td>
      </tr>
          {report_records}
  </table>

Modified: trunk/plugins/forum/themefiles/forum/layout/reports/website.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/reports/website.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/reports/website.thtml	Wed  
Sep 17 09:26:53 2008
@@ -1,2 +1,2 @@
  <!-- website.thtml -->
-                        <td style="background: center  
url({layout_url}/navbar/images/button.gif);" nowrap="nowrap"><a  
class="pluginButton" {websitelink}{LANG_website}</a></td>
\ No newline at end of file
+                        <td style="background: center  
url({layout_url}/navbar/images/button.gif); white-space:nowrap;"><a  
class="pluginButton" {websitelink}{LANG_website}</a></td>
\ No newline at end of file

Modified: trunk/plugins/forum/themefiles/forum/layout/smilies.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/smilies.thtml	(original)
+++ trunk/plugins/forum/themefiles/forum/layout/smilies.thtml	Wed Sep 17  
09:26:53 2008
@@ -1,7 +1,7 @@

  <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
-<td nowrap="nowrap">
+<td style="white-space:nowrap;">
      <a href="javascript:emoticon(':D')"><img align="absmiddle"  
src="{imgset}/smilies/biggrin.gif" alt="Big Grin" title="Big Grin"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon(':)')"><img align="absmiddle"  
src="{imgset}/smilies/smile.gif" alt="Smile" title="Smile"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon(':(')"><img align="absmiddle"  
src="{imgset}/smilies/frown.gif" alt="Frown" title="Frown"  
border="0"{xhtml}></a> |
@@ -10,7 +10,7 @@
  <td height="2"></td>
  </tr>
  <tr>
-<td nowrap="nowrap">
+<td style="white-space:nowrap;">
      <a href="javascript:emoticon(':?')"><img align="absmiddle"  
src="{imgset}/smilies/confused.gif" alt="Confused" title="Confused"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon('B)')"><img align="absmiddle"  
src="{imgset}/smilies/cool.gif" alt="Cool" title="Cool"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon(':lol:')"><img align="absmiddle"  
src="{imgset}/smilies/lol.gif" alt="Laughing Out Loud" title="Laughing Out  
Loud" border="0"{xhtml}></a> |
@@ -19,7 +19,7 @@
  <td height="2"></td>
  </tr>
  <tr>
-<td nowrap="nowrap">
+<td style="white-space:nowrap;">
      <a href="javascript:emoticon(':P')"><img align="absmiddle"  
src="{imgset}/smilies/razz.gif" alt="Razz" title="Razz"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon(':oops:')"><img align="absmiddle"  
src="{imgset}/smilies/redface.gif" alt="Oops!" title="Oops!"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon(':o')"><img align="absmiddle"  
src="{imgset}/smilies/surprised.gif" alt="Surprised!" title="Surprised!"  
border="0"{xhtml}></a> |
@@ -28,7 +28,7 @@
  <td height="2"></td>
  </tr>
  <tr>
-<td nowrap="nowrap">
+<td style="white-space:nowrap;">
      <a href="javascript:emoticon(':evil:')"><img align="absmiddle"  
src="{imgset}/smilies/evil.gif" alt="Evil" title="Evil"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon(':twisted:')"><img align="absmiddle"  
src="{imgset}/smilies/twisted.gif" alt="Twisted Evil" title="Twisted Evil"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon(':roll:')"><img align="absmiddle"  
src="{imgset}/smilies/rolleyes.gif" alt="Rolling Eyes" title="Rolling Eyes"  
border="0"{xhtml}></a> |
@@ -37,7 +37,7 @@
  <td height="2"></td>
  </tr>
  <tr>
-<td nowrap="nowrap">
+<td style="white-space:nowrap;">
      <a href="javascript:emoticon(':!:')"><img align="absmiddle"  
src="{imgset}/smilies/exclaim.gif" alt="Exclaimation" title="Exclaimation"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon(':question:')"><img align="absmiddle"  
src="{imgset}/smilies/question.gif" alt="Question" title="Question"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon(':idea:')"><img align="absmiddle"  
src="{imgset}/smilies/idea.gif" alt="Idea" title="Idea"  
border="0"{xhtml}></a> |
@@ -46,7 +46,7 @@
  <td height="2"></td>
  </tr>
  <tr>
-<td nowrap="nowrap">
+<td style="white-space:nowrap;">
      <a href="javascript:emoticon(':|')"><img align="absmiddle"  
src="{imgset}/smilies/neutral.gif" alt="Neutral" title="Neutral"  
border="0"{xhtml}></a> |
      <a href="javascript:emoticon(':mrgreen:')"><img align="absmiddle"  
src="{imgset}/smilies/mrgreen.gif" alt="Mr. Green" title="Mr. Green"  
border="0"{xhtml}></a>
  </td>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/submissionform_anontop.thtml
==============================================================================
---  
trunk/plugins/forum/themefiles/forum/layout/submissionform_anontop.thtml	 
(original)
+++  
trunk/plugins/forum/themefiles/forum/layout/submissionform_anontop.thtml	 
Wed Sep 17 09:26:53 2008
@@ -7,7 +7,7 @@
              <td colspan="2" class="pluginCellSubTitle"  
width="120px">&nbsp;<b>{post_message}</b></td>
          </tr>
          <tr>
-            <td class="pluginCellSubTitle"  
width="20%">&nbsp;{LANG_NAME}</td>
+            <td class="pluginCellSubTitle"  
style="width:110px">&nbsp;{LANG_NAME}</td>
              <td class="pluginCellText pluginCellFill"><input type="text"  
name="aname" value="{name}" size="40" maxlength="50"  
tabindex="1"{xhtml}>&nbsp;&nbsp;</td>
          </tr>
          <tr>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/submissionform_code.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/submissionform_code.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/submissionform_code.thtml	 
Wed Sep 17 09:26:53 2008
@@ -42,6 +42,6 @@
                  </select>
                  &nbsp;<a href="javascript:bbstyle(-1)"  
onmouseover="helpline('a')">{LANG_closetags}</a>
                  <br{xhtml}><br{xhtml}>
-                <input type="text" name="helpbox" size="70"  
maxlength="100" class="helpline" value="{LANG_codetip}"{xhtml}>
+                <input type="text" name="helpbox" size="80"  
maxlength="100" class="helpline" value="{LANG_codetip}"{xhtml}>
              </td>
  <!-- end submissionform_code.thtml -->

Modified:  
trunk/plugins/forum/themefiles/forum/layout/submissionform_main.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/submissionform_main.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/submissionform_main.thtml	 
Wed Sep 17 09:26:53 2008
@@ -4,7 +4,7 @@
              <tr>
                  <td class="pluginCellSubTitle">&nbsp;{LANG_SUBJECT}:</td>
                  <td class="pluginCellText pluginCellFill">
-                    <input type="text" name="subject" value="{subject}"  
id="input1" tabindex="5" size="70"{xhtml}>
+                    <input type="text" name="subject" value="{subject}"  
id="input1" tabindex="5" size="80"{xhtml}>
                  </td>
              </tr>
              <tr>
@@ -21,11 +21,11 @@
                  <td class="pluginCellText pluginCellFill">
                      <table width="100%" border="0" cellspacing="0"  
cellpadding="0">
                          <tr>
-                            <td nowrap="nowrap" width="20%"  
style="padding-right:5px;display:{hide_notify};">{notify_prompt}</td>
-                            <td width="20%">{mode_prompt}</td>
-                            <td width="20%">{locked_prompt}</td>
-                            <td width="20%">{sticky_prompt}</td>
-                            <td width="20%">{edit_prompt}</td>
+                            <td style="width:20%; white-space:nowrap;  
padding-right:5px; display:{hide_notify};">{notify_prompt}</td>
+                            <td style="width:20%;">{mode_prompt}</td>
+                            <td style="width:20%;">{locked_prompt}</td>
+                            <td style="width:20%;">{sticky_prompt}</td>
+                            <td style="width:20%;">{edit_prompt}</td>
                          </tr>
                      </table>
                  </td>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/submissionform_membertop.thtml
==============================================================================
---  
trunk/plugins/forum/themefiles/forum/layout/submissionform_membertop.thtml	 
(original)
+++  
trunk/plugins/forum/themefiles/forum/layout/submissionform_membertop.thtml	 
Wed Sep 17 09:26:53 2008
@@ -4,10 +4,8 @@

      <table width="100%" border="0" cellspacing="1" cellpadding="3"  
class="pluginSolidOutline alignleft">
          <tr>
-            <td class="pluginCellSubTitle">&nbsp;{LANG_NAME}
-                <div style="background:transparent; width:110px;  
height:1px;">
-            </td>
-            <td class="pluginCellText pluginCellFill" width="90%"><input  
type="hidden" name="name" size="35"  
value="{xusername}"{xhtml}>{username}</td>
+            <td class="pluginCellSubTitle" style="width:110px;  
white-space:nowrap;">&nbsp;{LANG_NAME}</td>
+            <td class="pluginCellText pluginCellFill"><input type="hidden"  
name="name" size="35" value="{xusername}"{xhtml}>{username}</td>
          </tr>
          <tr>
  <!-- end submissionform_membertop.thtml -->

Modified: trunk/plugins/forum/themefiles/forum/layout/topic.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/topic.thtml	(original)
+++ trunk/plugins/forum/themefiles/forum/layout/topic.thtml	Wed Sep 17  
09:26:53 2008
@@ -1,11 +1,11 @@
  <!-- start topic.thtml -->
  <tr class="pluginRow{csscode}">
-        <td height="30" style="padding-left:6px;  
padding-right:6px;">{userlink}{topic_post_link_begin}{topic_post_link_end}</td>
+        <td style="padding-left:6px; padding-right:6px;  
height:30px;">{userlink}{topic_post_link_begin}{topic_post_link_end}</td>
          <td style="padding-left:6px; padding-right:6px;">
                  <table width="100%" border="0" cellspacing="0"  
cellpadding="0">
                          <tr>
-                                <td width="8" class="aligncenter"><img  
src="{imgset}/icon_minipost.gif"{xhtml}></td>
-                                <td  
nowrap="nowrap">&nbsp;{posted_date}{preview_topic_subject}&nbsp;{read_msg}&nbsp;{locked_icon}</td>
+                                <td style="width:8px"  
class="aligncenter"><img src="{imgset}/icon_minipost.gif"{xhtml}></td>
+                                <td  
style="white-space:nowrap;">&nbsp;{posted_date}{preview_topic_subject}&nbsp;{read_msg}&nbsp;{locked_icon}</td>
                                  <td class="alignright">
                                      <div style="vertical-align:top;  
padding-top:2px;" class="alignright">
                                          {mod_functions}
@@ -16,7 +16,7 @@
          </td>
  </tr>
  <tr class="pluginRow{csscode}">
-    <td style="vertical-align:top; padding:6px;" nowrap="nowrap">
+    <td style="vertical-align:top; padding:6px; white-space:nowrap;">
          <div>
                      {user_level}<br{xhtml}>
                      {user_levelname}
@@ -24,14 +24,14 @@
          <div>
                      {magical_image}
                      <div  
style="padding-top:3px;">{avatar}</div>{member_badge}
-                    <p{xhtml}>
+                    <br{xhtml}>
                      {regdate}
                      {numposts}<br{xhtml}>
                      {location}
-                </div>
+        </div>
          <div style="background:transparent; width:110px;  
height:1px;"></div>
      </td>
-    <td width="100%" style="vertical-align:top; padding:6px;"  
class="pluginRow{csscode}">
+    <td style="vertical-align:top; padding:6px; width:100%;"  
class="pluginRow{csscode}">
              <div style="{comment_minheight};">
                  {topic_comment}
              </div>
@@ -39,7 +39,7 @@
              <div style="height:45px; padding-top:10px;display:{show_sig};">
                      {sig}<br{xhtml}>
                      {remote_ip}
-                </div>
+            </div>
      </td>
  </tr>
  <tr class="pluginRow{csscode}" style="display:{preview_mode};">
@@ -47,7 +47,7 @@
      <td style="padding-left:6px; padding-right:6px;">
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
-                <td nowrap="nowrap">
+                <td style="white-space:nowrap;">
                      <table border="0" cellspacing="0" cellpadding="0">
                          <tr>
                              {profile_link}
@@ -57,7 +57,7 @@
                          </tr>
                      </table>
                  </td>
-                <td class="alignright" style="float:right;"  
nowrap="nowrap">
+                <td class="alignright" style="float:right;  
white-space:nowrap;">
                      <table border="0" cellspacing="0" cellpadding="0">
                          <tr>
                              {edittopic_link}

Modified: trunk/plugins/forum/themefiles/forum/layout/topic_navbar.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/topic_navbar.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/topic_navbar.thtml	Wed Sep  
17 09:26:53 2008
@@ -2,20 +2,20 @@
  <table width="100%" border="0" cellspacing="0" cellpadding="0"  
style="margin:2px;padding-right:10px;">
      <tr>
          <td>{navbreadcrumbsimg}</td>
-        <td class="alignleft" width="95%" nowrap="nowrap">&nbsp;<a  
href="{site_url}/forum/index.php">{forum_home}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php">{cat_name}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php?forum={forum_id}">{forum_name}</a></td>
-        <td rowspan="2" class="alignright" width="100%"  
nowrap="nowrap">{newtopic_link}</td>
-        <td rowspan="2" class="alignright" style="padding-left:5px;"  
width="100%" nowrap="nowrap">{replytopic_link}</td>
+        <td class="alignleft" style="width:95%;  
white-space:nowrap;">&nbsp;<a  
href="{site_url}/forum/index.php">{forum_home}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php">{cat_name}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php?forum={forum_id}">{forum_name}</a></td>
+        <td rowspan="2" class="alignright" style="width:100%;  
white-space:nowrap;">{newtopic_link}</td>
+        <td rowspan="2" class="alignright" style="padding-left:5px;  
width:100%; white-space:nowrap;">{replytopic_link}</td>
      </tr>
      <tr>
-        <td colspan="2"  
style="padding-bottom:5px;">{navtopicimg}&nbsp;<b><a  
href="viewtopic.php?showtopic={topic_id}">{subject}</a></b></span></td>
+        <td colspan="2"  
style="padding-bottom:5px;">{navtopicimg}&nbsp;<b><a  
href="viewtopic.php?showtopic={topic_id}">{subject}</a></b></td>
      </tr>
  </table>
  <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginCellTitle alignleft">
      <tr>
-        <td class="pluginBreadCrumbs alignleft" style="padding-left:5px;"  
nowrap="nowrap">{pagenavigation}</td>
-        <td width="90%" class="alignright pluginBreadCrumbs"  
nowrap="nowrap">{subscribe_link}</td>
-        <td class="pluginBreadCrumbs" nowrap="nowrap">&nbsp;|&nbsp;</td>
-        <td class="pluginBreadCrumbs" style="padding-right:10px;"  
nowrap="nowrap">{print_link}</td>
+        <td class="pluginBreadCrumbs alignleft" style="padding-left:5px;  
white-space:nowrap;">{pagenavigation}</td>
+        <td class="alignright pluginBreadCrumbs" style="width:90%;  
white-space:nowrap;">{subscribe_link}</td>
+        <td class="pluginBreadCrumbs" style="white-space:nowrap;">&nbsp;| 
&nbsp;</td>
+        <td class="pluginBreadCrumbs" style="padding-right:10px;  
white-space:nowrap;">{print_link}</td>
          {prevtopic_link} {nexttopic_link}
      </tr>
  </table>

Modified: trunk/plugins/forum/themefiles/forum/layout/topicfooter.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/topicfooter.thtml	(original)
+++ trunk/plugins/forum/themefiles/forum/layout/topicfooter.thtml	Wed Sep  
17 09:26:53 2008
@@ -2,9 +2,9 @@
  </table>
  <table border="0" cellspacing="1" cellpadding="2" width="100%">
      <tr>
-        <td width="95%" class="alignleft" height="24" nowrap="nowrap"  
style="padding-left:6px;">{page_generated_time}</td>
-        <td nowrap="nowrap">
-        	<table width="100%" border="0" cellspacing="0" cellpadding="0">
+        <td class="alignleft" style="padding-left:6px; width:95%;  
height:24px; white-space:nowrap;">{page_generated_time}</td>
+        <td style="white-space:nowrap;">
+            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                      <td>{newtopic_link}</td>
                      <td>{replytopic_link}</td>
@@ -16,7 +16,7 @@
  <p{xhtml}>
  <table border="0" cellspacing="0" cellpadding="2" width="100%">
      <tr>
-        <td class="aligncenter" nowrap="nowrap">{pagenavigation}</td>
+        <td class="aligncenter"  
style="white-space:nowrap;">{pagenavigation}</td>
      </tr>
  </table>
  <p{xhtml}><br{xhtml}>

Modified:  
trunk/plugins/forum/themefiles/forum/layout/topicfooter_preview.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/topicfooter_preview.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/topicfooter_preview.thtml	 
Wed Sep 17 09:26:53 2008
@@ -1,10 +1,9 @@
  <!-- start topicfooter_preview.thtml -->
  </table>
  <p></p>
-<table width="100%" border="0" cellspacing="0" cellpadding="4">
+<table width="100%" border="0" cellspacing="0" cellpadding="4"  
style="margin-bottom:10px">
          <tr>
-           <td class="aligncenter" nowrap="nowrap">{pagenavigation}</td>
+           <td class="aligncenter"  
style="white-space:nowrap;">{pagenavigation}</td>
          </tr>
  </table>
-<p{xhtml}>
  <!-- end topicfooter_preview.thtml -->

Modified: trunk/plugins/forum/themefiles/forum/layout/topiclist_record.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/topiclist_record.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/topiclist_record.thtml	Wed  
Sep 17 09:26:53 2008
@@ -1,20 +1,20 @@
  <!-- start topiclist_record.thtml -->
  <tr class="pluginRollOut" onmouseover="className='pluginRollOver';"  
onmouseout="className='pluginRollOut pluginLinks';">
-    <td width="25" class="aligncenter pluginCol">{folderimg}</td>
-    <td width="65%" onmouseover="this.style.cursor='pointer';"  
onclick="window.location.href='viewtopic.php?showtopic={topic_id}'">
+    <td style="width:25px;" class="aligncenter pluginCol">{folderimg}</td>
+    <td style="width:65%;" onmouseover="this.style.cursor='pointer';"  
onclick="window.location.href='viewtopic.php?showtopic={topic_id}'">
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr class="pluginLinks">
-                        <td nowrap="nowrap" width="50%">{moved}<a  
class="tooltip" style="text-decoration:none;"  
href="viewtopic.php?showtopic={topic_id}">{subject}<span  
style="left:50px;">{topicinfo}</span></a></td>
+                        <td style="width:50%;  
white-space:nowrap;">{moved}<a class="tooltip"  
style="text-decoration:none;"  
href="viewtopic.php?showtopic={topic_id}">{subject}<span  
style="left:50px;">{topicinfo}</span></a></td>
                          <td colspan="2" class="alignright  
pluginLinks">{gotomsg}&nbsp;{displaypageslink}</td>
                  </tr>
          </table>
      </td>
-    <td class="aligncenter pluginCol" width="45"  
nowrap="nowrap">{views}</td>
-    <td class="aligncenter pluginCol" width="45"  
nowrap="nowrap">{replies}</td>
-    <td width="25%" onmouseover="this.style.cursor='pointer';"  
onclick="window.location.href='viewtopic.php?showtopic={topic_id}&lastpost=true#{lastpostid}'"  
title="{LANG_lastpost}">
+    <td class="aligncenter pluginCol" style="width:45px;  
white-space:nowrap;">{views}</td>
+    <td class="aligncenter pluginCol" style="width:45px;  
white-space:nowrap;">{replies}</td>
+    <td style="width:25%;" onmouseover="this.style.cursor='pointer';"  
onclick="window.location.href='viewtopic.php?showtopic={topic_id}&amp;lastpost=true#{lastpostid}'"  
title="{LANG_lastpost}">
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
-                            <td nowrap="nowrap" style="padding-left:2px;"  
class="pluginLinks">{LANG_BY}{lastposter}</td>
+                            <td style="padding-left:2px;  
white-space:nowrap;" class="pluginLinks">{LANG_BY}{lastposter}</td>
                      </tr>
                      <tr>
                              <td style="padding-left:2px"  
class="pluginLinks">{lastdate}</td>

Modified: trunk/plugins/forum/themefiles/forum/layout/topiclisting.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/topiclisting.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/topiclisting.thtml	Wed Sep  
17 09:26:53 2008
@@ -4,14 +4,14 @@
  <table width="100%" border="0" cellspacing="0" cellpadding="0"  
style="margin:2px;">
      <tr>
          <td>{navbreadcrumbsimg}</td>
-        <td class="alignleft" width="95%" nowrap="nowrap">&nbsp;<a  
href="{site_url}/forum/index.php">{forum_home}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php">{cat_name}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php?forum={forum_id}">{forum_name}</a></td>
-        <td class="alignright" width="100%" style="padding-right:10px;"  
nowrap="nowrap">{newpost_link}</td>
+        <td class="alignleft" style="width:95%;  
white-space:nowrap;">&nbsp;<a  
href="{site_url}/forum/index.php">{forum_home}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php">{cat_name}</a>&nbsp;&#62;&nbsp;<a  
href="{site_url}/forum/index.php?forum={forum_id}">{forum_name}</a></td>
+        <td class="alignright" style="width:100%; padding-right:10px;  
white-space:nowrap;">{newpost_link}</td>
      </tr>
  </table>
  <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginCellTitle alignleft">
      <tr>
-        <td class="pluginBreadCrumbs alignleft" style="padding-left:5px;"  
nowrap="nowrap">{pagenavigation}</td>
-        <td width="80%" class="pluginBreadCrumbs alignright"  
style="padding-right:15px;" nowrap="nowrap">&nbsp;{subscribe_link}</td>
+        <td class="pluginBreadCrumbs alignleft" style="padding-left:5px;  
white-space:nowrap;">{pagenavigation}</td>
+        <td class="pluginBreadCrumbs alignright" style="width:80%;  
padding-right:15px; white-space:nowrap;">&nbsp;{subscribe_link}</td>
      </tr>
  </table>
  <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="alignleft">
@@ -22,8 +22,8 @@
            <td colspan="2" class="aligncenter pluginCellSubTitle"><span  
style="white-space:nowrap">{LANG_TOPIC}</span><br{xhtml}><a  
href="index.php?forum={forum_id}&amp;order=0&amp;sort=1">{img_asc1}</a>&nbsp;<a  
href="index.php?forum={forum_id}&amp;order=1&amp;sort=1">{img_desc1}</a></td>
            <td class="aligncenter pluginCellSubTitle"><span  
style="white-space:nowrap">{LANG_VIEWS}</span><br{xhtml}><a  
href="index.php?forum={forum_id}&amp;order=0&amp;sort=2">{img_asc2}</a>&nbsp;<a  
href="index.php?forum={forum_id}&amp;order=1&amp;sort=2">{img_desc2}</a></td>
            <td class="aligncenter pluginCellSubTitle"><span  
style="white-space:nowrap">{LANG_REPLIES}</span><br{xhtml}><a  
href="index.php?forum={forum_id}&amp;order=0&amp;sort=3">{img_asc3}</a>&nbsp;<a  
href="index.php?forum={forum_id}&amp;order=1&amp;sort=3">{img_desc3}</a></td>
-          <!-- <td class="aligncenter pluginCellSubTitle"><span  
style="white-space:nowrap>"{LANG_AUTHOR}</span><br{xhtml}><a  
href="index.php?forum={forum_id}&amp;order=0&amp;sort=4">{img_asc4}</a>&nbsp;<a  
href="index.php?forum={forum_id}&amp;order=1&amp;sort=4">{img_desc4}</a></td>  
-->
-          <td class="aligncenter pluginCellSubTitle"><span  
style="white-space":nowrap>{LANG_LASTPOST}</span><br{xhtml}><a  
href="index.php?forum={forum_id}&amp;order=0&amp;sort=5">{img_asc5}</a>&nbsp;<a  
href="index.php?forum={forum_id}&amp;order=1&amp;sort=5">{img_desc5}</a></td>
+          <!-- <td class="aligncenter pluginCellSubTitle"><span  
style="white-space:nowrap">{LANG_AUTHOR}</span><br{xhtml}><a  
href="index.php?forum={forum_id}&amp;order=0&amp;sort=4">{img_asc4}</a>&nbsp;<a  
href="index.php?forum={forum_id}&amp;order=1&amp;sort=4">{img_desc4}</a></td>  
-->
+          <td class="aligncenter pluginCellSubTitle"><span  
style="white-space:nowrap">{LANG_LASTPOST}</span><br{xhtml}><a  
href="index.php?forum={forum_id}&amp;order=0&amp;sort=5">{img_asc5}</a>&nbsp;<a  
href="index.php?forum={forum_id}&amp;order=1&amp;sort=5">{img_desc5}</a></td>
                                  </tr>
                                          {topic_records}
                          </table>
@@ -32,7 +32,7 @@
  </table>
  <table cellspacing="0" cellpadding="2" width="100%">
          <tr>
-                <td height="24" nowrap="nowrap">{pagenavigation}</td>
+                <td style="height:24px;  
white-space:nowrap;">{pagenavigation}</td>
          </tr>
  </table>
  {outline_footer}

Modified: trunk/plugins/forum/themefiles/forum/layout/userprefs/navbar.thtml
==============================================================================
--- trunk/plugins/forum/themefiles/forum/layout/userprefs/navbar.thtml	 
(original)
+++ trunk/plugins/forum/themefiles/forum/layout/userprefs/navbar.thtml	Wed  
Sep 17 09:26:53 2008
@@ -1,7 +1,7 @@

  <!-- start userprefs/navbar.thtml -->
  <head>
-    <script language="JavaScript 1.2"  
src="{layout_url}/forum/javascript/mainheader.js"></script>
+    <script type="text/javascript"  
src="{layout_url}/forum/javascript/mainheader.js"></script>
  </script>
  </head>
  <table class="pluginSolidFill" width="100%" border="0" cellspacing="0"  
cellpadding="0">
@@ -15,20 +15,20 @@
          <td width="100%">
              <table width="100%" border="0" cellspacing="1" cellpadding="0">
                  <tr>
-                    <td width="20%" style="background: center  
url({imgset}/button.gif);" nowrap="nowrap"><a class="pluginButton"  
href="{site_url}/forum/index.php">{LANG_viewforums}</a></td>
-                    <td width="20%" style="background: center  
url({imgset}/button.gif);" nowrap="nowrap"><a class="pluginButton"  
href="{site_url}/forum/userprefs.php">{LANG_userprefs}</a></td>
-                    <td width="20%" style="background: center  
url({imgset}/button.gif);" nowrap="nowrap"><a class="pluginButton"  
href="{site_url}/forum/index.php?op=popular">{LANG_POPULAR}</a></td>
-                    <td width="20%" style="background: center  
url({imgset}/button.gif);" nowrap="nowrap"><a class="pluginButton"  
href="{site_url}/forum/notify.php">{LANG_NOTIFY}</a></td>
-                    <td width="20%" style="background: center  
url({imgset}/button.gif);" nowrap="nowrap"><a class="pluginButton"  
href="{site_url}/forum/memberlist.php">{LANG_MEMBERS}</a></td>
+                    <td style="background: center  
url({imgset}/button.gif); width:20%; white-space:nowrap;"><a  
class="pluginButton"  
href="{site_url}/forum/index.php">{LANG_viewforums}</a></td>
+                    <td style="background: center  
url({imgset}/button.gif); width:20%; white-space:nowrap;"><a  
class="pluginButton"  
href="{site_url}/forum/userprefs.php">{LANG_userprefs}</a></td>
+                    <td style="background: center  
url({imgset}/button.gif); width:20%; white-space:nowrap;"><a  
class="pluginButton"  
href="{site_url}/forum/index.php?op=popular">{LANG_POPULAR}</a></td>
+                    <td style="background: center  
url({imgset}/button.gif); width:20%; white-space:nowrap;"><a  
class="pluginButton"  
href="{site_url}/forum/notify.php">{LANG_NOTIFY}</a></td>
+                    <td style="background: center  
url({imgset}/button.gif); width:20%; white-space:nowrap;"><a  
class="pluginButton"  
href="{site_url}/forum/memberlist.php">{LANG_MEMBERS}</a></td>
                  </tr>
          </table>
          </td>
          <td width="5" background="{imgset}/lb-r.gif"><img  
src="{imgset}/pixel.gif" width="5" height="5"{xhtml}></td>
      </tr>
      <tr>
-        <td width="5" height="5" background="{imgset}/lb-bl.gif"><img  
src="{imgset}/pixel.gif" height="5"{xhtml}></td>
-        <td height="5" background="{imgset}/lb-b.gif"><img  
src="{imgset}/pixel.gif" height="5"{xhtml}></td>
-        <td width="5" background="{imgset}/lb-br.gif"><img  
src="{imgset}/pixel.gif" width="5" height="5"{xhtml}></td>
+        <td style="width:5px; height:5px"  
background="{imgset}/lb-bl.gif"><img src="{imgset}/pixel.gif"  
height="5"{xhtml}></td>
+        <td style="height:5px" background="{imgset}/lb-b.gif"><img  
src="{imgset}/pixel.gif" height="5"{xhtml}></td>
+        <td style="height:5px" background="{imgset}/lb-br.gif"><img  
src="{imgset}/pixel.gif" width="5" height="5"{xhtml}></td>
      </tr>
  </table><br{xhtml}>
  <!-- end userprefs/navbar.thtml -->

Modified:  
trunk/plugins/forum/themefiles/forum/layout/userprefs/user_settings.thtml
==============================================================================
---  
trunk/plugins/forum/themefiles/forum/layout/userprefs/user_settings.thtml	 
(original)
+++  
trunk/plugins/forum/themefiles/forum/layout/userprefs/user_settings.thtml	 
Wed Sep 17 09:26:53 2008
@@ -5,18 +5,18 @@
  <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
  <table width="100%" border="0" cellspacing="1" cellpadding="3"  
class="pluginSolidOutline" style="margin-top:20px;">
      <tr>
-        <td width="20%" class="pluginCellTitle" style="padding:2px 0px 2px  
5px;">{LANG_feature}</td>
+        <td class="pluginCellTitle" style="padding:2px 0px 2px 5px;  
width:20%;">{LANG_feature}</td>
          <td class="pluginCellTitle" style="padding:2px 0px 2px  
5px;">{LANG_setting}</td>
      </tr>
  </table>
  <table width="100%" border="0" cellspacing="1" cellpadding="0"  
class="pluginSolidOutline">
      <tr>
-    <td width="20%" class="pluginCellSubTitle"  
nowrap="nowrap">{LANG_GF92[topicspp]}</td>
+    <td class="pluginCellSubTitle" style="width:20%;  
white-space:nowrap;">{LANG_GF92[topicspp]}</td>
      <td class="pluginCellText pluginCellFill">
          <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginSolidOutline">
          <tr>
              <td class="pluginCellText pluginCellFill"  
style="padding-left:6px;">{LANG_GF92[topicsppdscp]}</td>
-            <td class="pluginCellText pluginCellFill" nowrap="nowrap"  
width="25"><input type="text" name="xtopicsperpage" size="3" maxlength="11"  
value="{topicsperpage}"{xhtml}></td>
+            <td class="pluginCellText pluginCellFill" style="width:25px;  
white-space:nowrap;"><input type="text" name="xtopicsperpage" size="3"  
maxlength="11" value="{topicsperpage}"{xhtml}></td>
          </tr>
          </table>
      </td>
@@ -27,7 +27,7 @@
          <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginSolidOutline">
          <tr>
              <td class="pluginCellText pluginCellFill"  
style="padding-left:6px;">{LANG_GF92[postsppdscp]}</td>
-            <td class="pluginCellText pluginCellFill" nowrap="nowrap"  
width="25"><input type="text" name="xpostsperpage" size="3" maxlength="11"  
value="{postsperpage}"{xhtml}></td>
+            <td class="pluginCellText pluginCellFill" style="width:25px;  
white-space:nowrap;"><input type="text" name="xpostsperpage" size="3"  
maxlength="11" value="{postsperpage}"{xhtml}></td>
          </tr>
          </table>
      </td>
@@ -38,7 +38,7 @@
          <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginSolidOutline">
          <tr>
              <td class="pluginCellText pluginCellFill"  
style="padding-left:6px;">{LANG_GF02[msg123]}</td>
-            <td class="pluginCellText pluginCellFill" nowrap="nowrap"  
width="25"><input type="text" name="xpopularlimit" size="3" maxlength="11"  
value="{popularlimit}"{xhtml}></td>
+            <td class="pluginCellText pluginCellFill" style="width:25px;  
white-space:nowrap;"><input type="text" name="xpopularlimit" size="3"  
maxlength="11" value="{popularlimit}"{xhtml}></td>
          </tr>
          </table>
      </td>
@@ -49,7 +49,7 @@
          <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginSolidOutline">
          <tr>
              <td class="pluginCellText pluginCellFill"  
style="padding-left:6px;">{LANG_GF02[msg127]}</td>
-            <td class="pluginCellText pluginCellFill" nowrap="nowrap"  
width="25"><input type="text" name="xsearchlines" size="3" maxlength="11"  
value="{searchlines}"{xhtml}></td>
+            <td class="pluginCellText pluginCellFill" style="width:25px;  
white-space:nowrap;"><input type="text" name="xsearchlines" size="3"  
maxlength="11" value="{searchlines}"{xhtml}></td>
          </tr>
          </table>
      </td>
@@ -60,7 +60,7 @@
          <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginSolidOutline">
          <tr>
              <td class="pluginCellText pluginCellFill"  
style="padding-left:6px;">{LANG_GF02[msg129]}</td>
-            <td class="pluginCellText pluginCellFill" nowrap="nowrap"  
width="25"><input type="text" name="xmembersperpage" size="3"  
maxlength="11" value="{membersperpage}"{xhtml}></td>
+            <td class="pluginCellText pluginCellFill" style="width:25px;  
white-space:nowrap;"><input type="text" name="xmembersperpage" size="3"  
maxlength="11" value="{membersperpage}"{xhtml}></td>
          </tr>
          </table>
      </td>
@@ -71,8 +71,8 @@
          <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginSolidOutline">
          <tr>
              <td class="pluginCellText pluginCellFill"  
style="padding-left:6px;">{LANG_GF02[msg131]}</td>
-            <td class="pluginCellText pluginCellFill" nowrap="nowrap"  
width="3%"><input type="radio" name="xviewanonposts" value="1"  
{viewanonposts_yes}{xhtml}>{LANG_GF01[YES]}&nbsp;</td>
-            <td class="pluginCellText pluginCellFill"  
style="padding-right:6px;" nowrap="nowrap" width="3%"><input type="radio"  
name="xviewanonposts" value="0"  
{viewanonposts_no}{xhtml}>{LANG_GF01[NO]}</td>
+            <td class="pluginCellText pluginCellFill" style="width:3%;  
white-space:nowrap;"><input type="radio" name="xviewanonposts" value="1"  
{viewanonposts_yes}{xhtml}>{LANG_GF01[YES]}&nbsp;</td>
+            <td class="pluginCellText pluginCellFill"  
style="padding-right:6px; width:3%; white-space:nowrap;"><input  
type="radio" name="xviewanonposts" value="0"  
{viewanonposts_no}{xhtml}>{LANG_GF01[NO]}</td>
          </tr>
          </table>
      </td>
@@ -83,8 +83,8 @@
          <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginSolidOutline">
          <tr>
              <td class="pluginCellText pluginCellFill"  
style="padding-left:6px;">{LANG_GF02[msg133]}</td>
-            <td class="pluginCellText pluginCellFill" nowrap="nowrap"  
width="3%"><input type="radio" name="xalwaysnotify" value="1"  
{alwaysnotify_yes}{xhtml}>{LANG_GF01[YES]}&nbsp;</td>
-            <td class="pluginCellText pluginCellFill"  
style="padding-right:6px;" nowrap="nowrap" width="3%"><input type="radio"  
name="xalwaysnotify" value="0" {alwaysnotify_no}{xhtml}>{LANG_GF01[NO]}</td>
+            <td class="pluginCellText pluginCellFill" style="width:3%;  
white-space:nowrap;"><input type="radio" name="xalwaysnotify" value="1"  
{alwaysnotify_yes}{xhtml}>{LANG_GF01[YES]}&nbsp;</td>
+            <td class="pluginCellText pluginCellFill"  
style="padding-right:6px; width:3%; white-space:nowrap;"><input  
type="radio" name="xalwaysnotify" value="0"  
{alwaysnotify_no}{xhtml}>{LANG_GF01[NO]}</td>
          </tr>
          </table>
      </td>
@@ -95,8 +95,8 @@
          <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginSolidOutline">
          <tr>
              <td class="pluginCellText pluginCellFill"  
style="padding-left:6px;">{LANG_GF02[msg185]}</td>
-            <td class="pluginCellText pluginCellFill" nowrap="nowrap"  
width="3%"><input type="radio" name="xnotifyonce" value="1"  
{notifyonce_yes}{xhtml}>{LANG_GF01[YES]}&nbsp;</td>
-            <td class="pluginCellText pluginCellFill"  
style="padding-right:6px;" nowrap="nowrap" width="3%"><input type="radio"  
name="xnotifyonce" value="0" {notifyonce_no}{xhtml}>{LANG_GF01[NO]}</td>
+            <td class="pluginCellText pluginCellFill" style="width:3%;  
white-space:nowrap;"><input type="radio" name="xnotifyonce" value="1"  
{notifyonce_yes}{xhtml}>{LANG_GF01[YES]}&nbsp;</td>
+            <td class="pluginCellText pluginCellFill"  
style="padding-right:6px; width:3%; white-space:nowrap;"><input  
type="radio" name="xnotifyonce" value="0"  
{notifyonce_no}{xhtml}>{LANG_GF01[NO]}</td>
          </tr>
          </table>
      </td>
@@ -107,8 +107,8 @@
          <table width="100%" border="0" cellspacing="0" cellpadding="0"  
class="pluginSolidOutline">
          <tr>
              <td class="pluginCellText pluginCellFill"  
style="padding-left:6px;">{LANG_GF92[showiframedscp]}</td>
-            <td class="pluginCellText pluginCellFill" nowrap="nowrap"  
width="3%"><input type="radio" name="xshowiframe" value="1"  
{showiframe_yes}{xhtml}>{LANG_GF01[YES]}&nbsp;</td>
-            <td class="pluginCellText pluginCellFill"  
style="padding-right:6px;" nowrap="nowrap" width="3%"><input type="radio"  
name="xshowiframe" value="0" {showiframe_no}{xhtml}>{LANG_GF01[NO]}</td>
+            <td class="pluginCellText pluginCellFill" style="width:3%;  
white-space:nowrap;"><input type="radio" name="xshowiframe" value="1"  
{showiframe_yes}{xhtml}>{LANG_GF01[YES]}&nbsp;</td>
+            <td class="pluginCellText pluginCellFill"  
style="padding-right:6px; width:3%; white-space:nowrap;"><input  
type="radio" name="xshowiframe" value="0"  
{showiframe_no}{xhtml}>{LANG_GF01[NO]}</td>
          </tr>
          </table>
      </td>




Geeklogjp-changes メーリングリストの案内
Back to archive index