aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-12-04 19:58:42 +0000
committerChris Smith <toonarmy@phpbb.com>2008-12-04 19:58:42 +0000
commit00d870676574b7555625f1573c73d4a22f16be38 (patch)
tree0edd462a551eb419e870df037ddf1645fc045620 /phpBB/styles
parentc931ce3a54bb76543a133cef0d91984a083874ae (diff)
downloadforums-00d870676574b7555625f1573c73d4a22f16be38.tar
forums-00d870676574b7555625f1573c73d4a22f16be38.tar.gz
forums-00d870676574b7555625f1573c73d4a22f16be38.tar.bz2
forums-00d870676574b7555625f1573c73d4a22f16be38.tar.xz
forums-00d870676574b7555625f1573c73d4a22f16be38.zip
- Do not show 'Forward' button if the user cannot send PM's.
- Correct colspan on prosilver mcp_front.html. #37515 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9174 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/mcp_front.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html
index 5dd1d9a823..e0152391b9 100644
--- a/phpBB/styles/prosilver/template/mcp_front.html
+++ b/phpBB/styles/prosilver/template/mcp_front.html
@@ -129,7 +129,7 @@
</tr>
<!-- BEGINELSE -->
<tr>
- <td colspan="5">{L_NO_ENTRIES}</td>
+ <td colspan="6">{L_NO_ENTRIES}</td>
</tr>
<!-- END log -->
</tbody>