diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2009-06-20 16:51:01 +0000 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2009-06-20 16:51:01 +0000 |
| commit | 0d626d77bfaebb7e7e281e963b486911470f0992 (patch) | |
| tree | 5a98851a5682e1b958760021ec878072fb9b7249 /phpBB/styles/subsilver2/template | |
| parent | ab5194ced44e4718ef7db1edf2cc516ce22e0838 (diff) | |
| download | forums-0d626d77bfaebb7e7e281e963b486911470f0992.tar forums-0d626d77bfaebb7e7e281e963b486911470f0992.tar.gz forums-0d626d77bfaebb7e7e281e963b486911470f0992.tar.bz2 forums-0d626d77bfaebb7e7e281e963b486911470f0992.tar.xz forums-0d626d77bfaebb7e7e281e963b486911470f0992.zip | |
Fix bug #46865 - Add unapproved topic icon for moderators on forum list
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9635 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template')
| -rw-r--r-- | phpBB/styles/subsilver2/template/forumlist_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index 368610ebe1..e42c5b09c3 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -58,7 +58,7 @@ <td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td> <td class="row2" align="center" nowrap="nowrap"> <!-- IF forumrow.LAST_POST_TIME --> - <p class="topicdetails">{forumrow.LAST_POST_TIME}</p> + <p class="topicdetails"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a> <!-- ENDIF -->{forumrow.LAST_POST_TIME}</p> <p class="topicdetails">{forumrow.LAST_POSTER_FULL} <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF --> </p> |
