aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-05-25 21:22:32 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-05-25 21:22:32 +0000
commit0fee31117bf2573efbea4a8b2a70b16b648adb79 (patch)
treebb08639435164277ed8f41d54c851ce2764b382c /phpBB/templates
parent7ab6eaf3de7bbe47e70d8925464d6118c9d605e8 (diff)
downloadforums-0fee31117bf2573efbea4a8b2a70b16b648adb79.tar
forums-0fee31117bf2573efbea4a8b2a70b16b648adb79.tar.gz
forums-0fee31117bf2573efbea4a8b2a70b16b648adb79.tar.bz2
forums-0fee31117bf2573efbea4a8b2a70b16b648adb79.tar.xz
forums-0fee31117bf2573efbea4a8b2a70b16b648adb79.zip
Touched up some of the default templates
git-svn-id: file:///svn/phpbb/trunk@327 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rwxr-xr-xphpBB/templates/Default/profile_add_body.tpl2
-rw-r--r--phpBB/templates/Default/viewforum_body.tpl6
-rw-r--r--phpBB/templates/Default/viewtopic_body.tpl10
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>&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>