Touched up some of the default templates

git-svn-id: file:///svn/phpbb/trunk@327 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-05-25 21:22:32 +00:00
parent 7ab6eaf3de
commit 0fee31117b
3 changed files with 9 additions and 9 deletions

View file

@ -102,7 +102,7 @@
<td bgcolor="#CCCCCC">{TIMEZONE_SELECT}</td> <td bgcolor="#CCCCCC">{TIMEZONE_SELECT}</td>
</tr> </tr>
<tr class="tablebody"> <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> <td bgcolor="#CCCCCC"><input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="16"></td>
</tr> </tr>
<tr class="tableheader"> <tr class="tableheader">

View file

@ -23,9 +23,9 @@
<td> <td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr> <tr>
<td align="right" style="{font-size: 8pt;}"> <td align="center" style="{font-size: 8pt;}">
<a href="{U_POST_NEW_TOPIC}"> <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> </a>
</td> </td>
</tr> </tr>
@ -91,7 +91,7 @@
<td> <td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr> <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> </tr>
</table> </table>
</td> </td>

View file

@ -21,8 +21,8 @@
<td> <td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr> <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="125" alt="Post New Topic" border="0"></a>&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="images/reply.jpg" height="50" width="125" alt="Reply to this topic" border="0"></a> <a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.gif" alt="Post New Topic" border="0"></a>&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="images/reply.gif" alt="Reply to this topic" border="0"></a>
</td> </td>
</tr> </tr>
</table> </table>
@ -114,11 +114,11 @@
<td> <td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr> <tr>
<td align="left" style="{font-size: 8pt;}"> <td align="center" style="{font-size: 8pt;}">
<a href="{U_POST_NEW_TOPIC}"> <a href="{U_POST_NEW_TOPIC}">
<img src="images/newpost.jpg" height="50" width="125" alt="Post New Topic" border="0"></a>&nbsp; <img src="images/newpost.gif" alt="Post New Topic" border="0"></a>&nbsp;
<a href="{U_POST_REPLY_TOPIC}"> <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> </a>
</td> </td>
</tr> </tr>