1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-22 00:32:29 +02:00

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>
</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">

View File

@ -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>

View File

@ -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>&nbsp;<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>&nbsp;<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>&nbsp;
<img src="images/newpost.gif" 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">
<img src="images/reply.gif" alt="Reply to this topic" border="0">
</a>
</td>
</tr>