diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-07 16:24:52 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-07 16:24:52 +0000 |
| commit | 715731ca3eae5f4e0e37d7f3eb9ea8300525c86a (patch) | |
| tree | 9f58fb0ba7f60ca6324b4d85eb099c0c014eea82 /phpBB/styles/subSilver/template/mcp_topic.html | |
| parent | bdbbc7544b8452bba88d27a40351bc59e4bde154 (diff) | |
| download | forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar.gz forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar.bz2 forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar.xz forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.zip | |
More attempts at "modern markup"
git-svn-id: file:///svn/phpbb/trunk@4726 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_topic.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/mcp_topic.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_topic.html b/phpBB/styles/subSilver/template/mcp_topic.html index 5fa5f7b782..1a8e04da66 100644 --- a/phpBB/styles/subSilver/template/mcp_topic.html +++ b/phpBB/styles/subSilver/template/mcp_topic.html @@ -1,10 +1,9 @@ <!-- INCLUDE mcp_header.html --> -<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> -<form name="mcp" method="post" action="{S_MCP_ACTION}"> -<!-- IF S_CAN_SPLIT --> +<form name="mcp" method="post" action="{S_MCP_ACTION}"><table class="tablebg" width="100%" cellspacing="1"> + <!-- IF S_CAN_SPLIT --> <tr> - <th colspan="3" height="28" nowrap="nowrap">{L_SPLIT_TOPIC}</th> + <th colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th> </tr> <tr> <td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td> @@ -30,7 +29,7 @@ <!-- ENDIF --> <!-- IF S_CAN_MERGE --> <tr> - <th colspan="3" height="28" nowrap="nowrap">{L_MERGE_TOPIC}</th> + <th colspan="3" nowrap="nowrap">{L_MERGE_TOPIC}</th> </tr> <tr> <td class="row2" colspan="3" align="center"><span class="gensmall">{L_MERGE_TOPIC_EXPLAIN}</span></td> @@ -46,7 +45,7 @@ <!-- ENDIF --> <!-- ENDIF --> <tr> - <th colspan="3" height="28" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th> + <th colspan="3" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th> </tr> <tr> <td class="row1" nowrap="nowrap"><span class="gen">{L_POSTS_PER_PAGE}</span><br /><span class="gensmall">{L_POSTS_PER_PAGE_EXPLAIN}</span</td> |
