aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2004-01-05 12:38:44 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2004-01-05 12:38:44 +0000
commitddd39f2a48a16570290d6f558182e206f825cf83 (patch)
treeb3dd66541481c55378b6adebbbc76e80fcde77b4
parent43b285d57cc32d9d68de8c2051f3a437b5246860 (diff)
downloadforums-ddd39f2a48a16570290d6f558182e206f825cf83.tar
forums-ddd39f2a48a16570290d6f558182e206f825cf83.tar.gz
forums-ddd39f2a48a16570290d6f558182e206f825cf83.tar.bz2
forums-ddd39f2a48a16570290d6f558182e206f825cf83.tar.xz
forums-ddd39f2a48a16570290d6f558182e206f825cf83.zip
A few changes ... note that this is not text book markup ... so don't complain! If you have suggestions on how to improve it feel free to comment in the relevant forum @ area51
git-svn-id: file:///svn/phpbb/trunk@4720 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/styles/subSilver/template/message_body.html18
-rw-r--r--phpBB/styles/subSilver/template/overall_header.html3
-rw-r--r--phpBB/styles/subSilver/template/ucp_attachments.html41
-rw-r--r--phpBB/styles/subSilver/template/ucp_footer.html2
-rw-r--r--phpBB/styles/subSilver/template/ucp_header.html2
-rw-r--r--phpBB/styles/subSilver/template/ucp_main_drafts.html33
-rw-r--r--phpBB/styles/subSilver/template/ucp_main_front.html10
-rw-r--r--phpBB/styles/subSilver/template/ucp_main_subscribed.html42
-rw-r--r--phpBB/styles/subSilver/template/ucp_prefs_personal.html10
-rw-r--r--phpBB/styles/subSilver/template/ucp_prefs_post.html10
-rw-r--r--phpBB/styles/subSilver/template/ucp_prefs_view.html10
-rw-r--r--phpBB/styles/subSilver/template/ucp_profile_avatar.html7
-rw-r--r--phpBB/styles/subSilver/template/ucp_profile_reg_details.html7
-rw-r--r--phpBB/styles/subSilver/template/ucp_profile_signature.html10
-rw-r--r--phpBB/styles/subSilver/template/ucp_zebra_foes.html10
-rw-r--r--phpBB/styles/subSilver/template/ucp_zebra_friends.html10
-rw-r--r--phpBB/styles/subSilver/template/viewforum_body.html12
-rw-r--r--phpBB/styles/subSilver/template/viewtopic_body.html12
18 files changed, 128 insertions, 121 deletions
diff --git a/phpBB/styles/subSilver/template/message_body.html b/phpBB/styles/subSilver/template/message_body.html
index 8a402d903d..7eb428d099 100644
--- a/phpBB/styles/subSilver/template/message_body.html
+++ b/phpBB/styles/subSilver/template/message_body.html
@@ -1,14 +1,16 @@
<!-- INCLUDE overall_header.html -->
-<table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <td align="left" class="nav"><a href="{U_INDEX}">{L_INDEX}</a></td>
+ <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td>
</tr>
</table>
-<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
+<br clear="all" />
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th height="28"><b>{MESSAGE_TITLE}</b></th>
+ <th><b>{MESSAGE_TITLE}</b></th>
</tr>
<tr>
<td class="row1" align="center"><br /><span class="gen">{MESSAGE_TEXT}</span><br /><br /></td>
@@ -17,4 +19,12 @@
<br clear="all" />
+<table class="tablebg" width="100%" cellspacing="1">
+ <tr>
+ <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td>
+ </tr>
+</table>
+
+<br clear="all" />
+
<!-- INCLUDE overall_footer.html --> \ No newline at end of file
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html
index c6b14757b1..fd2cc24b7b 100644
--- a/phpBB/styles/subSilver/template/overall_header.html
+++ b/phpBB/styles/subSilver/template/overall_header.html
@@ -69,7 +69,6 @@ function jumpto()
<div id="info"><table width="100%" cellspacing="0">
<tr>
<td><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
- <td align="center"><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> | <!-- ENDIF --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></td>
<td align="right">{CURRENT_TIME}<br /></td>
</tr>
</table></div>
@@ -77,3 +76,5 @@ function jumpto()
</div>
<div id="maintable">
+
+<div class="gensmall" style="float: left; padding-bottom: 4px;"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></div><div class="gensmall" style="float: right; padding-bottom: 4px;"><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --></div>
diff --git a/phpBB/styles/subSilver/template/ucp_attachments.html b/phpBB/styles/subSilver/template/ucp_attachments.html
index 94d6c3be15..4f42a2795c 100644
--- a/phpBB/styles/subSilver/template/ucp_attachments.html
+++ b/phpBB/styles/subSilver/template/ucp_attachments.html
@@ -1,11 +1,12 @@
-<!-- $Id$ -->
-
<!-- INCLUDE ucp_header.html -->
+<!-- $Id$ -->
+
<!-- IF S_CONFIRM_DELETE -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th height="28" valign="middle">{MESSAGE_TITLE}</th>
+ <th valign="middle">{MESSAGE_TITLE}</th>
</tr>
<tr>
<td class="row1" align="center"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="confirm" value="{L_YES}" />&nbsp;&nbsp;<input class="btnlite" type="submit" name="cancel" value="{L_NO}" /></span></td>
@@ -14,7 +15,7 @@
<!-- ELSEIF attachrow -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th nowrap="nowrap">#</th>
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_FILENAME}">{L_FILENAME}</a></th>
@@ -25,7 +26,7 @@
<th width="2%" nowrap="nowrap">{L_DELETE}</th>
</tr>
-<!-- BEGIN attachrow -->
+ <!-- BEGIN attachrow -->
<!-- IF attach.S_ROW_COUNT is even -->
<tr class="row2">
@@ -33,39 +34,31 @@
<tr class="row1">
<!-- ENDIF -->
- <td class="gen" align="center" width="2%">&nbsp;{attachrow.ROW_NUMBER}&nbsp;</td>
- <td><a class="gen" href="{attachrow.U_VIEW_ATTACHMENT}" target="file">{attachrow.FILENAME}</a><br /><span class="gensmall">{L_TOPIC}: <a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></span></td>
- <td class="gensmall" align="center" valign="middle" nowrap="nowrap">&nbsp;{attachrow.POST_TIME}&nbsp;</td>
+ <td class="gen" style="padding: 4px;" align="center" width="2%">&nbsp;{attachrow.ROW_NUMBER}&nbsp;</td>
+ <td style="padding: 4px;"><a class="gen" href="{attachrow.U_VIEW_ATTACHMENT}" target="file">{attachrow.FILENAME}</a><br /><span class="gensmall">{L_TOPIC}: <a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></span></td>
+ <td class="gensmall" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">&nbsp;{attachrow.POST_TIME}&nbsp;</td>
<!-- td class="gen" align="center">{attachrow.COMMENT}</td -->
- <td class="gen" align="center" valign="middle" nowrap="nowrap">{attachrow.SIZE}</td>
- <td class="gen" align="center">{attachrow.DOWNLOAD_COUNT}</td>
- <td align="center" valign="middle"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1" /></td>
+ <td class="gen" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">{attachrow.SIZE}</td>
+ <td class="gen" style="padding: 4px;" align="center">{attachrow.DOWNLOAD_COUNT}</td>
+ <td style="padding: 4px;" align="center" valign="middle"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1" /></td>
</tr>
-<!-- END attachrow -->
+ <!-- END attachrow -->
<tr>
<td class="cat" colspan="6"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="100%" align="center"><span class="gensmall">{L_SORT_BY}: </span><select name="sk">{S_SORT_OPTIONS}</select> <select name="sd">{S_ORDER_SELECT}</select>&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_SORT}" /></td>
- <td align="right"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" /></td>
+ <td align="right"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" />&nbsp;</td>
</tr>
</table></td>
</tr>
</table>
-<br clear="all" />
-
-<table width="100%" cellspacing="2" border="0" align="center">
- <tr>
- <td width="20%">&nbsp;</td>
- <td class="nav" align="left" valign="middle">{PAGE_NUMBER}</td>
- <td align="right" valign="middle"><b class="gensmall"><a href="javascript:marklist('ucp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('ucp', false);">{L_UNMARK_ALL}</a></b><!-- IF PAGINATION --><br /><span class="nav">{PAGINATION}</span><!-- ENDIF --></td>
- </tr>
-</table>
+<div class="nav" style="float:left">{PAGE_NUMBER}</div><div style="float:right"><b class="gensmall"><a href="javascript:marklist('ucp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('ucp', false);">{L_UNMARK_ALL}</a></b><!-- IF PAGINATION --><br /><span class="nav">{PAGINATION}</span><!-- ENDIF --></div>
<!-- ELSE -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th>{L_UCP_NO_ATTACHMENTS}</th>
</tr>
diff --git a/phpBB/styles/subSilver/template/ucp_footer.html b/phpBB/styles/subSilver/template/ucp_footer.html
index dd24cabc3a..9f05a12eab 100644
--- a/phpBB/styles/subSilver/template/ucp_footer.html
+++ b/phpBB/styles/subSilver/template/ucp_footer.html
@@ -1,5 +1,5 @@
- </td>
+ </form></td>
</tr>
</table>
diff --git a/phpBB/styles/subSilver/template/ucp_header.html b/phpBB/styles/subSilver/template/ucp_header.html
index 489b19deff..b8f92eff84 100644
--- a/phpBB/styles/subSilver/template/ucp_header.html
+++ b/phpBB/styles/subSilver/template/ucp_header.html
@@ -75,4 +75,4 @@
</td>
<td><img src="images/spacer.gif" width="4" alt="" /></td>
- <td width="80%" valign="top">
+ <td width="80%" valign="top"><form name="ucp" method="post" action="{S_UCP_ACTION}">
diff --git a/phpBB/styles/subSilver/template/ucp_main_drafts.html b/phpBB/styles/subSilver/template/ucp_main_drafts.html
index 65acd15170..451b77e938 100644
--- a/phpBB/styles/subSilver/template/ucp_main_drafts.html
+++ b/phpBB/styles/subSilver/template/ucp_main_drafts.html
@@ -1,17 +1,18 @@
-<!-- $Id$ -->
-
<!-- INCLUDE ucp_header.html -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<!-- $Id$ -->
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th colspan="4" height="28">{L_UCP}</th>
+ <th colspan="4">{L_UCP}</th>
</tr>
- <tr class="row1">
- <td colspan="4" align="center" class="genmed">{L_DRAFTS_EXPLAIN}</td>
+ <tr>
+ <td class="row3" colspan="4" align="center"><span class="genmed">{L_DRAFTS_EXPLAIN}</span></td>
</tr>
+
<!-- IF ERROR -->
- <tr class="row1">
- <td colspan="2" align="center" class="genmed"><span style="color:red">{ERROR}</span></td>
+ <tr>
+ <td class="row1" colspan="2" align="center"><span class="genmed" style="color:red">{ERROR}</span></td>
</tr>
<!-- ENDIF -->
@@ -34,19 +35,19 @@
<tr class="row2">
<!-- ENDIF -->
- <td class="postdetails">{draftrow.DATE}</td>
- <td><b class="gen">{draftrow.DRAFT_SUBJECT}</b><!-- IF draftrow.S_LINK_TOPIC --><br /><span class="gensmall">{L_TOPIC}: <a href="{draftrow.U_VIEW}">{draftrow.TITLE}</a></span><!-- ELSEIF draftrow.S_LINK_FORUM --><br /><span class="gensmall">{L_FORUM}: <a href="{draftrow.U_VIEW}">{draftrow.TITLE}</a></span><!-- ELSE --><br /><span class="gensmall">{L_NO_TOPIC_FORUM}</span><!-- ENDIF --></td>
- <td align="center"><span class="gen"><!-- IF draftrow.U_INSERT --><a href="{draftrow.U_INSERT}">{L_LOAD_DRAFT}</a><br /><!-- ENDIF --><a href="{draftrow.U_VIEW_EDIT}">{L_VIEW_EDIT}</a></td>
- <td align="center"><input type="checkbox" name="d[{draftrow.DRAFT_ID}]" /></td>
+ <td class="postdetails" style="padding: 4px;">{draftrow.DATE}</td>
+ <td style="padding: 4px;"><b class="gen">{draftrow.DRAFT_SUBJECT}</b><!-- IF draftrow.S_LINK_TOPIC --><br /><span class="gensmall">{L_TOPIC}: <a href="{draftrow.U_VIEW}">{draftrow.TITLE}</a></span><!-- ELSEIF draftrow.S_LINK_FORUM --><br /><span class="gensmall">{L_FORUM}: <a href="{draftrow.U_VIEW}">{draftrow.TITLE}</a></span><!-- ELSE --><br /><span class="gensmall">{L_NO_TOPIC_FORUM}</span><!-- ENDIF --></td>
+ <td style="padding: 4px;" align="center"><span class="gen"><!-- IF draftrow.U_INSERT --><a href="{draftrow.U_INSERT}">{L_LOAD_DRAFT}</a><br /><!-- ENDIF --><a href="{draftrow.U_VIEW_EDIT}">{L_VIEW_EDIT}</a></td>
+ <td style="padding: 4px;" align="center"><input type="checkbox" name="d[{draftrow.DRAFT_ID}]" /></td>
</tr>
<!-- BEGINELSE -->
- <tr class="row1">
- <td colspan="4" height="25" align="center"><b class="genmed">{L_NO_SAVED_DRAFTS}</b></td>
+ <tr>
+ <td class="row1" colspan="4" height="25" align="center"><b class="genmed">{L_NO_SAVED_DRAFTS}</b></td>
</tr>
<!-- END draftrow -->
<tr>
- <td class="cat" colspan="4" height="28" align="right"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" />&nbsp;</td>
+ <td class="cat" colspan="4" align="right"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" />&nbsp;</td>
</tr>
<!-- ELSEIF S_EDIT_DRAFT -->
@@ -94,7 +95,7 @@
<td colspan="9" align="left" class="topictitle"><a href="{S_UCP_ACTION}">{L_BACK_TO_DRAFTS}</a></td>
</tr>
<tr>
- <td class="cat" colspan="2" height="28" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp; <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
+ <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
</tr>
<!-- ENDIF -->
</table>
diff --git a/phpBB/styles/subSilver/template/ucp_main_front.html b/phpBB/styles/subSilver/template/ucp_main_front.html
index c4fbd4e3ba..2d81fbec0f 100644
--- a/phpBB/styles/subSilver/template/ucp_main_front.html
+++ b/phpBB/styles/subSilver/template/ucp_main_front.html
@@ -1,5 +1,7 @@
<!-- INCLUDE ucp_header.html -->
+<!-- $Id$ -->
+
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th colspan="3">{L_UCP}</th>
@@ -19,9 +21,9 @@
<tr class="row2">
<!-- ENDIF -->
- <td style="padding: 6px;" width="20" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
- <td style="padding: 6px;" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td>
- <td class="postdetails" align="center" valign="middle" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td>
+ <td style="padding: 4px;" width="20" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
+ <td style="padding: 4px;" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td>
+ <td class="postdetails" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td>
</tr>
<!-- END topicrow -->
@@ -29,7 +31,7 @@
<th colspan="3">{L_YOUR_DETAILS}</th>
</tr>
<tr>
- <td class="row1" colspan="3"><table width="100%" cellspacing="1">
+ <td class="row1" colspan="3"><table width="100%" cellspacing="1" cellpadding="4">
<tr>
<td align="right" valign="middle" nowrap="nowrap"><b class="genmed">{L_JOINED}: </b></td>
<td width="100%"><b class="gen">{JOINED}</b></td>
diff --git a/phpBB/styles/subSilver/template/ucp_main_subscribed.html b/phpBB/styles/subSilver/template/ucp_main_subscribed.html
index 1b7057e6ab..2d282a1355 100644
--- a/phpBB/styles/subSilver/template/ucp_main_subscribed.html
+++ b/phpBB/styles/subSilver/template/ucp_main_subscribed.html
@@ -1,14 +1,16 @@
<!-- INCLUDE ucp_header.html -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<!-- $Id$ -->
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th colspan="4" height="28">{L_UCP}</th>
+ <th colspan="4">{L_UCP}</th>
</tr>
- <tr class="row1">
- <td class="genmed" colspan="4" align="center">{L_UCP_WELCOME}</td>
+ <tr>
+ <td class="row1" colspan="4" align="center"><span class="genmed">{L_UCP_WELCOME}</span></td>
</tr>
<tr>
- <th colspan="4" height="28">{L_WATCHED_FORUMS}</th>
+ <th colspan="4">{L_WATCHED_FORUMS}</th>
</tr>
<!-- BEGIN forumrow -->
@@ -19,19 +21,19 @@
<tr class="row2">
<!-- ENDIF -->
- <td width="20" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
- <td width="100%" class="topictitle"><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></span></td>
- <td class="gensmall" align="center" valign="middle" nowrap="nowrap"><!-- IF forumrow.LAST_POST_TIME -->{forumrow.LAST_POST_TIME}<br /><!-- IF forumrow.U_LAST_POST_AUTHOR --><a href="{forumrow.U_LAST_POST_AUTHOR}">{forumrow.LAST_POST_AUTHOR}</a><!-- ELSE -->{forumrow.LAST_POST_AUTHOR}<!-- ENDIF --> <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_IMG}</a><!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></td>
- <td> <input type="checkbox" name="f[{forumrow.FORUM_ID}]" /> </td>
+ <td style="padding: 4px;" width="20" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
+ <td style="padding: 4px;" width="100%" class="topictitle"><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></span></td>
+ <td class="gensmall" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap"><!-- IF forumrow.LAST_POST_TIME -->{forumrow.LAST_POST_TIME}<br /><!-- IF forumrow.U_LAST_POST_AUTHOR --><a href="{forumrow.U_LAST_POST_AUTHOR}">{forumrow.LAST_POST_AUTHOR}</a><!-- ELSE -->{forumrow.LAST_POST_AUTHOR}<!-- ENDIF --> <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_IMG}</a><!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></td>
+ <td style="padding: 4px;"> <input type="checkbox" name="f[{forumrow.FORUM_ID}]" /> </td>
</tr>
<!-- BEGINELSE -->
<tr class="row1">
- <td colspan="4" height="25" align="center"><b class="genmed">{L_NO_WATCHED_FORUMS}</b></td>
+ <td colspan="4" align="center"><b class="genmed">{L_NO_WATCHED_FORUMS}</b></td>
</tr>
<!-- END forumrow -->
<tr>
- <th colspan="4" height="28">{L_WATCHED_TOPICS}</th>
+ <th colspan="4">{L_WATCHED_TOPICS}</th>
</tr>
<!-- BEGIN topicrow -->
@@ -42,26 +44,22 @@
<tr class="row2">
<!-- ENDIF -->
- <td width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
- <td width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td>
- <td class="postdetails" align="center" valign="middle" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td>
- <td> <input type="checkbox" name="t[{topicrow.TOPIC_ID}]" /> </td>
+ <td style="padding: 4px;" width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
+ <td style="padding: 4px;" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td>
+ <td class="postdetails" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td>
+ <td style="padding: 4px;"> <input type="checkbox" name="t[{topicrow.TOPIC_ID}]" /> </td>
</tr>
<!-- BEGINELSE -->
<tr class="row1">
- <td colspan="4" height="25" align="center"><b class="genmed">{L_NO_WATCHED_TOPICS}</b></td>
+ <td colspan="4" align="center"><b class="genmed">{L_NO_WATCHED_TOPICS}</b></td>
</tr>
<!-- END topicrow -->
<tr>
- <td class="cat" colspan="4" height="28" align="right"><input class="btnlite" type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" />&nbsp;</td>
+ <td class="cat" colspan="4" align="right"><input class="btnlite" type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" />&nbsp;</td>
</tr>
</table>
-<table width="80%" cellspacing="2" border="0" align="right">
- <tr>
- <td align="right" valign="middle"><b class="gensmall"><a href="javascript:marklist('ucp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('ucp', false);">{L_UNMARK_ALL}</a></b></td>
- </tr>
-</table>
+<div class="gensmall" style="float: right; padding-top: 2px;"><b><a href="javascript:marklist('ucp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('ucp', false);">{L_UNMARK_ALL}</a></b></div>
<!-- INCLUDE ucp_footer.html --> \ No newline at end of file
diff --git a/phpBB/styles/subSilver/template/ucp_prefs_personal.html b/phpBB/styles/subSilver/template/ucp_prefs_personal.html
index b0c200ba81..4dc19db1a1 100644
--- a/phpBB/styles/subSilver/template/ucp_prefs_personal.html
+++ b/phpBB/styles/subSilver/template/ucp_prefs_personal.html
@@ -1,10 +1,10 @@
-<!-- $Id$ -->
-
<!-- INCLUDE ucp_header.html -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<!-- $Id$ -->
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th colspan="2" height="28" valign="middle">{L_TITLE}</th>
+ <th colspan="2" valign="middle">{L_TITLE}</th>
</tr>
<!-- IF ERROR -->
<tr>
@@ -64,7 +64,7 @@
<td class="row2"><input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="14" class="post" /></td>
</tr>
<tr>
- <td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
+ <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
</tr>
</table>
diff --git a/phpBB/styles/subSilver/template/ucp_prefs_post.html b/phpBB/styles/subSilver/template/ucp_prefs_post.html
index b6c28d3b8c..1b78c93dd1 100644
--- a/phpBB/styles/subSilver/template/ucp_prefs_post.html
+++ b/phpBB/styles/subSilver/template/ucp_prefs_post.html
@@ -1,10 +1,10 @@
-<!-- $Id$ -->
-
<!-- INCLUDE ucp_header.html -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<!-- $Id$ -->
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th colspan="2" height="28" valign="middle">{L_TITLE}</th>
+ <th colspan="2" valign="middle">{L_TITLE}</th>
</tr>
<!-- IF ERROR -->
<tr>
@@ -32,7 +32,7 @@
<td class="row2"><input type="radio" name="notify" value="1"{DEFAULT_NOTIFY_YES} /><span class="gen">{L_YES}</span>&nbsp; &nbsp;<input type="radio" name="notify" value="0"{DEFAULT_NOTIFY_NO} /><span class="gen">{L_NO}</span></td>
</tr>
<tr>
- <td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
+ <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
</tr>
</table>
diff --git a/phpBB/styles/subSilver/template/ucp_prefs_view.html b/phpBB/styles/subSilver/template/ucp_prefs_view.html
index 7aad96e14f..8d3d07215d 100644
--- a/phpBB/styles/subSilver/template/ucp_prefs_view.html
+++ b/phpBB/styles/subSilver/template/ucp_prefs_view.html
@@ -1,10 +1,10 @@
-<!-- $Id$ -->
-
<!-- INCLUDE ucp_header.html -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<!-- $Id$ -->
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th colspan="2" height="28" valign="middle">{L_TITLE}</th>
+ <th colspan="2" valign="middle">{L_TITLE}</th>
</tr>
<!-- IF ERROR -->
<tr>
@@ -54,7 +54,7 @@
<td class="row2">{S_SELECT_SORT_DIR}</td>
</tr>
<tr>
- <td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
+ <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
</tr>
</table>
diff --git a/phpBB/styles/subSilver/template/ucp_profile_avatar.html b/phpBB/styles/subSilver/template/ucp_profile_avatar.html
index bb888015e4..ed17adc228 100644
--- a/phpBB/styles/subSilver/template/ucp_profile_avatar.html
+++ b/phpBB/styles/subSilver/template/ucp_profile_avatar.html
@@ -1,9 +1,10 @@
-<!-- $Id$ -->
<!-- INCLUDE ucp_header.html -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<!-- $Id$ -->
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th colspan="2" height="28" valign="middle">{L_TITLE}</th>
+ <th colspan="2" valign="middle">{L_TITLE}</th>
</tr>
<!-- IF ERROR -->
<tr>
diff --git a/phpBB/styles/subSilver/template/ucp_profile_reg_details.html b/phpBB/styles/subSilver/template/ucp_profile_reg_details.html
index deb5dc5269..0d1132328e 100644
--- a/phpBB/styles/subSilver/template/ucp_profile_reg_details.html
+++ b/phpBB/styles/subSilver/template/ucp_profile_reg_details.html
@@ -1,9 +1,10 @@
-<!-- $Id$ -->
<!-- INCLUDE ucp_header.html -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<!-- $Id$ -->
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th colspan="2" height="28" valign="middle">{L_TITLE}</th>
+ <th colspan="2" valign="middle">{L_TITLE}</th>
</tr>
<!-- IF ERROR -->
<tr>
diff --git a/phpBB/styles/subSilver/template/ucp_profile_signature.html b/phpBB/styles/subSilver/template/ucp_profile_signature.html
index a399c61439..ad7e165de2 100644
--- a/phpBB/styles/subSilver/template/ucp_profile_signature.html
+++ b/phpBB/styles/subSilver/template/ucp_profile_signature.html
@@ -40,7 +40,7 @@ function marklist(form_name, status)
</script>
<script language="javascript" type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
-<table class="tablebg" width="80%" cellspacing="1">
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th colspan="2">{L_TITLE}</th>
</tr>
@@ -132,14 +132,10 @@ function marklist(form_name, status)
</tr>
<!-- IF SIGNATURE_PREVIEW -->
<tr>
- <th colspan="2" height="28" valign="middle">{L_SIGNATURE_PREVIEW}</th>
+ <th colspan="2" valign="middle">{L_SIGNATURE_PREVIEW}</th>
</tr>
<tr>
- <td class="row1" colspan="2" align="center"><table cellspacing="0" cellpadding="6" border="0">
- <tr>
- <td><span class="postdetails">{SIGNATURE_PREVIEW}</span></td>
- </tr>
- </table></td>
+ <td class="row1" colspan="2"><div class="postdetails" style="padding: 6px;">{SIGNATURE_PREVIEW}</div></td>
</tr>
<!-- ENDIF -->
<tr>
diff --git a/phpBB/styles/subSilver/template/ucp_zebra_foes.html b/phpBB/styles/subSilver/template/ucp_zebra_foes.html
index 7c00a44e20..d108f9d5ce 100644
--- a/phpBB/styles/subSilver/template/ucp_zebra_foes.html
+++ b/phpBB/styles/subSilver/template/ucp_zebra_foes.html
@@ -1,10 +1,10 @@
-<!-- $Id$ -->
-
<!-- INCLUDE ucp_header.html -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<!-- $Id$ -->
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th height="28" colspan="2" valign="middle">{L_TITLE}</th>
+ <th colspan="2" valign="middle">{L_TITLE}</th>
</tr>
<tr>
<td class="row3" colspan="2"><span class="gensmall">{L_FOES_EXPLAIN}</span></td>
@@ -23,7 +23,7 @@
<td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td>
</tr>
<tr>
- <td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
+ <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
</tr>
</table>
diff --git a/phpBB/styles/subSilver/template/ucp_zebra_friends.html b/phpBB/styles/subSilver/template/ucp_zebra_friends.html
index c1f0671e78..21099f31e5 100644
--- a/phpBB/styles/subSilver/template/ucp_zebra_friends.html
+++ b/phpBB/styles/subSilver/template/ucp_zebra_friends.html
@@ -1,10 +1,10 @@
-<!-- $Id$ -->
-
<!-- INCLUDE ucp_header.html -->
-<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+<!-- $Id$ -->
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th height="28" colspan="2" valign="middle">{L_TITLE}</th>
+ <th colspan="2" valign="middle">{L_TITLE}</th>
</tr>
<tr>
<td class="row3" colspan="2"><span class="gensmall">{L_FRIENDS_EXPLAIN}</span></td>
@@ -23,7 +23,7 @@
<td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td>
</tr>
<tr>
- <td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
+ <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
</tr>
</table>
diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html
index 81d5b93d1a..c247b3e2a0 100644
--- a/phpBB/styles/subSilver/template/viewforum_body.html
+++ b/phpBB/styles/subSilver/template/viewforum_body.html
@@ -16,11 +16,17 @@
<br clear="all" />
+<!-- IF S_HAS_SUBFORUM -->
+<!-- INCLUDE viewforum_subforum.html -->
+<!-- ENDIF -->
+
+<!-- IF S_IS_POSTABLE -->
<div><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a></div>
<div class="gensmall" style="float:left"><!-- IF S_IS_POSTABLE and MODERATORS --><b >{L_MODERATORS}: {MODERATORS}</b><!-- ENDIF --></div>
<div class="gensmall" style="float:right"><!-- IF S_IS_POSTABLE and U_MCP -->[ <a href="{U_MCP}">{L_MCP}</a> ]<!-- ENDIF --></div>
<br clear="all" /><br />
+<!-- ENDIF -->
<!-- IF S_IS_POSTABLE or TOTAL_TOPICS -->
<table width="100%" cellspacing="1">
@@ -37,10 +43,6 @@
</table>
<!-- ENDIF -->
-<!-- IF S_HAS_SUBFORUM -->
-<!-- INCLUDE viewforum_subforum.html -->
-<!-- ENDIF -->
-
<!-- IF S_IS_POSTABLE -->
<form method="post" action="{S_TOPIC_ACTION}"><table class="tablebg" width="100%" cellspacing="1">
<tr>
@@ -124,6 +126,7 @@
</table>
<br clear="all" />
+<!-- ENDIF -->
<table class="tablebg" width="100%" cellspacing="1">
<tr>
@@ -144,6 +147,7 @@
</table>
<!-- ENDIF -->
+<!-- IF S_IS_POSTABLE -->
<br clear="all" />
<table width="100%" cellspacing="0">
diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html
index e14546a263..7fc7a3a60b 100644
--- a/phpBB/styles/subSilver/template/viewtopic_body.html
+++ b/phpBB/styles/subSilver/template/viewtopic_body.html
@@ -8,7 +8,7 @@
</tr>
<!-- IF RULES_LINK -->
<tr>
- <td class="row2"><span class="nav">&bull; <a href="">Forum Rules</a></span></td>
+ <td class="row2"><span class="nav">&bull; <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a></span></td>
</tr>
<!-- ELSEIF RULES_TEXT -->
<tr>
@@ -35,7 +35,7 @@
</tr>
</table>
-<table class="tablebg" width="100%" cellspacing="1">
+<form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><table width="100%" cellspacing="0">
<tr>
@@ -229,10 +229,10 @@
<!-- END postrow -->
- <tr align="center"><form method="post" action="{S_TOPIC_ACTION}">
+ <tr align="center">
<td class="cat" colspan="2" height="28"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></td>
- </form></tr>
-</table>
+ </tr>
+</table></form>
<table width="100%" cellspacing="1">
<tr>
@@ -253,7 +253,7 @@
</tr>
<!-- IF RULES_LINK -->
<tr>
- <td class="row2"><span class="nav">&bull; <a href="">Forum Rules</a></span></td>
+ <td class="row2"><span class="nav">&bull; <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a></span></td>
</tr>
<!-- ELSEIF RULES_TEXT -->
<tr>