diff options
| -rw-r--r-- | phpBB/templates/PSO/index_body.tpl | 20 | ||||
| -rw-r--r-- | phpBB/templates/PSO/modcp_body.tpl | 2 | ||||
| -rw-r--r-- | phpBB/templates/PSO/viewforum_body.tpl | 2 |
3 files changed, 14 insertions, 10 deletions
diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl index 347bef77c0..f8d3e6ef89 100644 --- a/phpBB/templates/PSO/index_body.tpl +++ b/phpBB/templates/PSO/index_body.tpl @@ -48,15 +48,19 @@ </tr> </table> -<table align="center" border="0" width="98%" align="center"> +<table width="98%" cellspacing="2" border="0" align="center"> <tr> - <td width="30" align="center"><img src="images/folder_new.gif"></td> - <td><span class="gensmall">{L_NEWPOSTS}</span></td> - <td align="right" valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td> - </tr> - <tr> - <td align="center"><img src="images/folder.gif"></td> - <td><span class="gensmall">{L_NONEWPOSTS}</span></td> + <td align="left" valign="top"><table cellspacing="4" border="0"> + <tr> + <td width="30" align="center"><img src="images/folder_new.gif"></td> + <td><span class="gensmall">{L_NEWPOSTS}</span></td> + <td align="right" valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td> + </tr> + <tr> + <td align="center"><img src="images/folder.gif"></td> + <td><span class="gensmall">{L_NONEWPOSTS}</span></td> + </tr> + </table></td> </tr> </table> diff --git a/phpBB/templates/PSO/modcp_body.tpl b/phpBB/templates/PSO/modcp_body.tpl index 322a8e247e..5c123ec3e6 100644 --- a/phpBB/templates/PSO/modcp_body.tpl +++ b/phpBB/templates/PSO/modcp_body.tpl @@ -37,7 +37,7 @@ </tr> </table></td> </form></tr> -</table>< +</table> <table cellspacing="2" border="0" width="98%" align="center"> <tr> diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl index a0c5b08c25..419ac54e34 100644 --- a/phpBB/templates/PSO/viewforum_body.tpl +++ b/phpBB/templates/PSO/viewforum_body.tpl @@ -47,7 +47,7 @@ </tr> </table> -<table cellspacing="2" border="0" width="98%" align="center"> +<table width="98%" cellspacing="2" border="0" align="center"> <tr> <td align="left" valign="top"><table cellspacing="4" border="0"> <tr> |
