diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-03-28 00:29:56 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-03-28 00:29:56 +0000 |
| commit | 95a1f17db3ddebe6c2ee75e2d55be547adea9590 (patch) | |
| tree | a2703aa18b72f14bc49f681f1967d5ea1ad7b6cf /phpBB/templates/subSilver | |
| parent | ede818ebde57322cb5e456112bb6d68e6e7bd6f1 (diff) | |
| download | forums-95a1f17db3ddebe6c2ee75e2d55be547adea9590.tar forums-95a1f17db3ddebe6c2ee75e2d55be547adea9590.tar.gz forums-95a1f17db3ddebe6c2ee75e2d55be547adea9590.tar.bz2 forums-95a1f17db3ddebe6c2ee75e2d55be547adea9590.tar.xz forums-95a1f17db3ddebe6c2ee75e2d55be547adea9590.zip | |
Added icon_report to imageset (mine was like a big exclamation mark but Paul's looks better me thinks).
Added topic_replies_real and forum_topics_real fields to store real numbers of posts and topics, including unapproved items.
Removed the duplicate group_display field bug that I had personnally introduced
git-svn-id: file:///svn/phpbb/trunk@3735 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html index 4a8a2c16f2..031c1827af 100644 --- a/phpBB/templates/subSilver/viewtopic_body.html +++ b/phpBB/templates/subSilver/viewtopic_body.html @@ -148,7 +148,7 @@ document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>'); //--></script><noscript>{postrow.ICQ_IMG}</noscript></td> - <td width="100%" align="right" nowrap="nowrap"><!-- span class="gensmall">{postrow.RATING}</span --> <a href="{postrow.U_REPORT}">{REPORTED_IMG}</a> </td> + <td width="100%" align="right" nowrap="nowrap"><!-- span class="gensmall">{postrow.RATING}</span --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a></td> </tr> </table></td> <!-- ENDIF --> |
