diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-10 20:50:14 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-10 20:50:14 +0000 |
| commit | e70cea16b90ba50a6a05aa1e1b091f04805a7c1a (patch) | |
| tree | 2ea58a48ce2870c9b7cd6e15e64e4255119d9ea3 /phpBB/styles/subsilver2/template/mcp_queue.html | |
| parent | 067f80ecccf0ba709552e2ccd7c9714534eb80bf (diff) | |
| download | forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar.gz forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar.bz2 forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar.xz forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.zip | |
checking in some fixes... also added "previous/next pm in history" links to prosilvers private message view; dhn, you may want to have a look at the placement. :)
git-svn-id: file:///svn/phpbb/trunk@7322 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_queue.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/mcp_queue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_queue.html b/phpBB/styles/subsilver2/template/mcp_queue.html index 28132e7264..d85f0c3b49 100644 --- a/phpBB/styles/subsilver2/template/mcp_queue.html +++ b/phpBB/styles/subsilver2/template/mcp_queue.html @@ -27,7 +27,7 @@ </tr> <!-- BEGINELSE --> <tr> - <td class="row1" colspan="4" height="30" align="center" valign="middle"><span class="gen">{L_NO_POSTS}</span></td> + <td class="row1" colspan="4" height="30" align="center" valign="middle"><span class="gen"><!-- IF S_TOPICS -->{L_NO_TOPICS_QUEUE}<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></span></td> </tr> <!-- END postrow --> <tr> |
