aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/modcp_body.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-18 12:25:42 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-18 12:25:42 +0000
commitb4d7f7aa0c9ded382a3946caf210d601c4fc468e (patch)
tree8ea2d306517aa38da2caec3bdd070d308be3861f /phpBB/templates/PSO/modcp_body.tpl
parent8bed481f5ddcc04ec28a830ce603cdab14cda500 (diff)
downloadforums-b4d7f7aa0c9ded382a3946caf210d601c4fc468e.tar
forums-b4d7f7aa0c9ded382a3946caf210d601c4fc468e.tar.gz
forums-b4d7f7aa0c9ded382a3946caf210d601c4fc468e.tar.bz2
forums-b4d7f7aa0c9ded382a3946caf210d601c4fc468e.tar.xz
forums-b4d7f7aa0c9ded382a3946caf210d601c4fc468e.zip
Updates to get around IE6b handling of div wrapper
git-svn-id: file:///svn/phpbb/trunk@689 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/PSO/modcp_body.tpl')
-rw-r--r--phpBB/templates/PSO/modcp_body.tpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/templates/PSO/modcp_body.tpl b/phpBB/templates/PSO/modcp_body.tpl
index a80d1ac0ea..322a8e247e 100644
--- a/phpBB/templates/PSO/modcp_body.tpl
+++ b/phpBB/templates/PSO/modcp_body.tpl
@@ -1,12 +1,12 @@
-<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
- <tr><form method="post" action="{S_POST_DAYS_ACTION}">
+<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
+ <tr>
<td align="left" valign="bottom" nowrap><span class="gensmall"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
- </form></tr>
-</table></div>
+ </tr>
+</table>
-<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="98%">
+<table border="0" cellpadding="1" cellspacing="0" width="98%" align="center">
<tr><form method="post" action="{S_MODCP_ACTION}">
- <td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%">
+ <td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="cat" colspan="5" align="center"><span class="cattitle">{L_MOD_CP}</span><br><span class="gensmall">{L_MOD_CP_EXPLAIN}</span></td>
</tr>
@@ -37,11 +37,11 @@
</tr>
</table></td>
</form></tr>
-</table></div>
+</table><
-<div align="center"><table cellspacing="2" border="0" width="98%">
+<table cellspacing="2" border="0" width="98%" align="center">
<tr>
<td width="40%"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
<td align="right" valign="top" nowrap>{JUMPBOX}<br><span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
-</table></div> \ No newline at end of file
+</table>