diff options
Diffstat (limited to 'phpBB')
| -rwxr-xr-x | phpBB/templates/Default/profile_add_body.tpl | 2 | ||||
| -rw-r--r-- | phpBB/templates/Default/viewforum_body.tpl | 6 | ||||
| -rw-r--r-- | phpBB/templates/Default/viewtopic_body.tpl | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/templates/Default/profile_add_body.tpl b/phpBB/templates/Default/profile_add_body.tpl index 12979b6b5e..8cce7152c1 100755 --- a/phpBB/templates/Default/profile_add_body.tpl +++ b/phpBB/templates/Default/profile_add_body.tpl @@ -102,7 +102,7 @@ <td bgcolor="#CCCCCC">{TIMEZONE_SELECT}</td> </tr> <tr class="tablebody"> - <td bgcolor="#DDDDDD"><b>{L_DATE_FORMAT}:</b><br /><font style="{font-size: 8pt;}">{L_DATE_FORMAT_EXPLANATION}</font></td> + <td bgcolor="#DDDDDD" width="30%"><b>{L_DATE_FORMAT}:</b><br /><font style="{font-size: 8pt;}">{L_DATE_FORMAT_EXPLANATION}</font></td> <td bgcolor="#CCCCCC"><input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="16"></td> </tr> <tr class="tableheader"> diff --git a/phpBB/templates/Default/viewforum_body.tpl b/phpBB/templates/Default/viewforum_body.tpl index 75a9e829cc..a6f2fd8924 100644 --- a/phpBB/templates/Default/viewforum_body.tpl +++ b/phpBB/templates/Default/viewforum_body.tpl @@ -23,9 +23,9 @@ <td> <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <tr> - <td align="right" style="{font-size: 8pt;}"> + <td align="center" style="{font-size: 8pt;}"> <a href="{U_POST_NEW_TOPIC}"> - <img src="images/newpost.jpg" height="50" width="250" alt="Post New Topic" border="0"> + <img src="images/newpost.gif" alt="Post New Topic" border="0"> </a> </td> </tr> @@ -91,7 +91,7 @@ <td> <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <tr> - <td align="left" style="{font-size: 8pt;}"><a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.jpg" height="50" width="250" alt="Post New Topic" border="0"></a></td> + <td align="center" style="{font-size: 8pt;}"><a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.gif" alt="Post New Topic" border="0"></a></td> </tr> </table> </td> diff --git a/phpBB/templates/Default/viewtopic_body.tpl b/phpBB/templates/Default/viewtopic_body.tpl index ffa5326054..b75965fc6e 100644 --- a/phpBB/templates/Default/viewtopic_body.tpl +++ b/phpBB/templates/Default/viewtopic_body.tpl @@ -21,8 +21,8 @@ <td> <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <tr> - <td align="right" style="{font-size: 8pt;}"> - <a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.jpg" height="50" width="125" alt="Post New Topic" border="0"></a> <a href="{U_POST_REPLY_TOPIC}"><img src="images/reply.jpg" height="50" width="125" alt="Reply to this topic" border="0"></a> + <td align="center" style="{font-size: 8pt;}"> + <a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.gif" alt="Post New Topic" border="0"></a> <a href="{U_POST_REPLY_TOPIC}"><img src="images/reply.gif" alt="Reply to this topic" border="0"></a> </td> </tr> </table> @@ -114,11 +114,11 @@ <td> <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <tr> - <td align="left" style="{font-size: 8pt;}"> + <td align="center" style="{font-size: 8pt;}"> <a href="{U_POST_NEW_TOPIC}"> - <img src="images/newpost.jpg" height="50" width="125" alt="Post New Topic" border="0"></a> + <img src="images/newpost.gif" alt="Post New Topic" border="0"></a> <a href="{U_POST_REPLY_TOPIC}"> - <img src="images/reply.jpg" height="50" width="125" alt="Reply to this topic" border="0"> + <img src="images/reply.gif" alt="Reply to this topic" border="0"> </a> </td> </tr> |
