diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-08-07 18:48:56 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-08-07 18:48:56 +0000 |
commit | 19bcf35a56915fbf8747e63058cc0ac4f3c1d36d (patch) | |
tree | 3d13dac9b87f957f5bf48a1fdfe1845d4033f9a2 | |
parent | 1a48db4c126d095b7962d984ebd7040bc2cad0d6 (diff) | |
download | forums-19bcf35a56915fbf8747e63058cc0ac4f3c1d36d.tar forums-19bcf35a56915fbf8747e63058cc0ac4f3c1d36d.tar.gz forums-19bcf35a56915fbf8747e63058cc0ac4f3c1d36d.tar.bz2 forums-19bcf35a56915fbf8747e63058cc0ac4f3c1d36d.tar.xz forums-19bcf35a56915fbf8747e63058cc0ac4f3c1d36d.zip |
Added some NOWRAP for smaller screens
git-svn-id: file:///svn/phpbb/trunk@811 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/PSO/index_body.tpl | 2 | ||||
-rw-r--r-- | phpBB/templates/PSO/viewforum_body.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl index 2accb0013b..475cd3445f 100644 --- a/phpBB/templates/PSO/index_body.tpl +++ b/phpBB/templates/PSO/index_body.tpl @@ -26,7 +26,7 @@ <td class="row2"><span class="gen"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></span><br /><span class="gensmall">{catrow.forumrow.FORUM_DESC}</span></td> <td class="row1" width="5%" align="center" valign="middle"><span class="gen">{catrow.forumrow.TOPICS}</span></td> <td class="row2" width="5%" align="center" valign="middle"><span class="gen">{catrow.forumrow.POSTS}</span></td> - <td class="row1" width="15%" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td> + <td class="row1" width="15%" align="center" valign="middle" NOWRAP><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td> <td class="row2" width="5%" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.MODERATORS}</span></td> </tr> <!-- END forumrow --> diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl index 3fd29d4ba1..c99cf79d98 100644 --- a/phpBB/templates/PSO/viewforum_body.tpl +++ b/phpBB/templates/PSO/viewforum_body.tpl @@ -31,7 +31,7 @@ <td class="row1" align="center" valign="middle"><span class="gen">{topicrow.REPLIES}</span></td> <td class="row2" align="center" valign="middle"><span class="gen"><a href="{topicrow.U_TOPIC_POSTER_PROFILE}">{topicrow.TOPIC_POSTER}</a></span></td> <td class="row1" align="center" valign="middle"><span class="gen">{topicrow.VIEWS}</span></td> - <td class="row2" align="center" valign="middle"><span class="gensmall">{topicrow.LAST_POST}</span></td> + <td class="row2" align="center" valign="middle" NOWRAP><span class="gensmall">{topicrow.LAST_POST}</span></td> </tr> <!-- END topicrow --> <!-- BEGIN notopicsrow --> |