diff options
| author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-01-17 15:40:30 +0000 |
|---|---|---|
| committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-01-17 15:40:30 +0000 |
| commit | 708113b790368fffbf57eb5b96c8132eda00ba9c (patch) | |
| tree | b34db3f0b25fa11725e4a150147737704f82995d /phpBB/styles/subSilver/template/mcp_topic.html | |
| parent | 5d42587e56c423e2a1a30abd2ec60f4b824ccaac (diff) | |
| download | forums-708113b790368fffbf57eb5b96c8132eda00ba9c.tar forums-708113b790368fffbf57eb5b96c8132eda00ba9c.tar.gz forums-708113b790368fffbf57eb5b96c8132eda00ba9c.tar.bz2 forums-708113b790368fffbf57eb5b96c8132eda00ba9c.tar.xz forums-708113b790368fffbf57eb5b96c8132eda00ba9c.zip | |
#7092
#7088
git-svn-id: file:///svn/phpbb/trunk@6893 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_topic.html b/phpBB/styles/subSilver/template/mcp_topic.html index cb398e48e6..464159531b 100644 --- a/phpBB/styles/subSilver/template/mcp_topic.html +++ b/phpBB/styles/subSilver/template/mcp_topic.html @@ -25,7 +25,7 @@ <td class="row2" colspan="2"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> - <td><input type="radio" class="radio" name="icon" value="0"<!-- IF not S_TOPIC_ICON --> checked="checked"<!-- ENDIF --> /><span class="genmed">{L_NO_TOPIC_ICON}</span> <!-- BEGIN topic_icon --><input type="radio" class="radio" name="icon" value="{topic_icon.ICON_ID}"<!-- IF topic_icon.S_CHECKED --> checked="checked"<!-- ENDIF --> /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" hspace="2" vspace="2" /> <!-- END topic_icon --></td> + <td><span class="genmed nowrap"><input type="radio" class="radio" name="icon" value="0"<!-- IF not S_TOPIC_ICON --> checked="checked"<!-- ENDIF --> />{L_NO_TOPIC_ICON}</span> <!-- BEGIN topic_icon --><span class="nowrap"><input type="radio" class="radio" name="icon" value="{topic_icon.ICON_ID}"<!-- IF topic_icon.S_CHECKED --> checked="checked"<!-- ENDIF --> /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" hspace="2" vspace="2" /></span><!-- END topic_icon --></td> </tr> </table> </td> @@ -54,7 +54,7 @@ <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> + <td class="row1" nowrap="nowrap"><span class="gen">{L_POSTS_PER_PAGE}</span><br /><span class="gensmall">{L_POSTS_PER_PAGE_EXPLAIN}</span></td> <td class="row2" colspan="2"><input class="post" type="text" name="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></td> </tr> <tr> |
