aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-04 12:55:23 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-04 12:55:23 +0000
commitf0e441777b964384e9fde384788d7f29dd340cf2 (patch)
tree8db59026c698e006d333fbcdb94fe25989f617d9 /phpBB/templates
parent2a11de8efcfbaac2f4928a8867d4dec22f069b9b (diff)
downloadforums-f0e441777b964384e9fde384788d7f29dd340cf2.tar
forums-f0e441777b964384e9fde384788d7f29dd340cf2.tar.gz
forums-f0e441777b964384e9fde384788d7f29dd340cf2.tar.bz2
forums-f0e441777b964384e9fde384788d7f29dd340cf2.tar.xz
forums-f0e441777b964384e9fde384788d7f29dd340cf2.zip
Support for new locked with new topics icon
git-svn-id: file:///svn/phpbb/trunk@1274 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/viewforum_body.tpl16
1 files changed, 9 insertions, 7 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.tpl b/phpBB/templates/subSilver/viewforum_body.tpl
index ce6104cf52..dca0909574 100644
--- a/phpBB/templates/subSilver/viewforum_body.tpl
+++ b/phpBB/templates/subSilver/viewforum_body.tpl
@@ -74,6 +74,8 @@
<td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td>&nbsp;&nbsp;</td>
+ <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
+ <td class="gensmall">{L_ANNOUNCEMENT}</td>
</tr>
<tr>
<td width="20" align="center"><img src="templates/subSilver/images/folder_new_hot.gif" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td>
@@ -81,16 +83,16 @@
<td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="templates/subSilver/images/folder_hot.gif" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
- </tr>
- <tr>
+ <td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="{L_STICKY}" width="19" height="18" /></td>
<td class="gensmall">{L_STICKY}</td>
+ </tr>
+ <tr>
+ <td class="gensmall"><img src="templates/subSilver/images/folder_lock_new.gif" alt="{L_NEW_POSTS_TOPIC_LOCKED}" width="19" height="18" /></td>
+ <td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
<td>&nbsp;&nbsp;</td>
- <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
- <td class="gensmall">{L_ANNOUNCEMENT}</td>
- <td>&nbsp;&nbsp;</td>
- <td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_TOPIC_IS_LOCKED}" width="19" height="18" /></td>
- <td class="gensmall">{L_TOPIC_IS_LOCKED}</td>
+ <td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_NO_NEW_POSTS_TOPIC_LOCKED}" width="19" height="18" /></td>
+ <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
</table></td>
<td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td>
</table>