1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

- 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
This commit is contained in:
Chris Smith
2008-12-04 19:58:42 +00:00
parent c931ce3a54
commit 00d8706765
3 changed files with 4 additions and 3 deletions

View File

@@ -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>