aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/templates/Euclid/posting_body.tpl2
-rw-r--r--phpBB/templates/Euclid/privmsgs_preview.tpl19
-rw-r--r--phpBB/templates/Euclid/privmsgs_read_body.tpl22
3 files changed, 32 insertions, 11 deletions
diff --git a/phpBB/templates/Euclid/posting_body.tpl b/phpBB/templates/Euclid/posting_body.tpl
index 891fb06083..36db58cb23 100644
--- a/phpBB/templates/Euclid/posting_body.tpl
+++ b/phpBB/templates/Euclid/posting_body.tpl
@@ -225,7 +225,7 @@ function storeCaret(textEl) {
<tr>
<td class="tablebg"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
- <td class="cat" colspan="2" height="30"><span class="cattitle"><b>{L_POST_A}</b></span></td>
+ <td class="cat" colspan="2" height="30" align="center"><span class="cattitle"><b>{L_POST_A}</b></span></td>
</tr>
<!-- BEGIN username_select -->
<tr>
diff --git a/phpBB/templates/Euclid/privmsgs_preview.tpl b/phpBB/templates/Euclid/privmsgs_preview.tpl
index 0f54f4fc09..8db694ad6e 100644
--- a/phpBB/templates/Euclid/privmsgs_preview.tpl
+++ b/phpBB/templates/Euclid/privmsgs_preview.tpl
@@ -1,13 +1,17 @@
-<table width="80%" border="0" cellpadding="1" cellspacing="0" align="center">
+
+<table width="98%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%">
<tr>
- <td class="cat"><table width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td><span class="cattitle"><b>{L_PREVIEW}</b></span></td>
- </tr>
- </table></td>
+ <td class="cat" height="30" align="center"><span class="cattitle">{L_PREVIEW}</span></td>
</tr>
+ </table></td>
+ </tr>
+ <tr>
+ <td class="cat" height="2"><img src="images/spacer.gif" height="2"></td>
+ </tr>
+ <tr>
+ <td class="tablebg"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="row2" align="left"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
@@ -49,6 +53,9 @@
</tr>
</table></td>
</tr>
+ <tr>
+ <td class="cat" height="2"><img src="images/spacer.gif" height="2"></td>
+ </tr>
</table>
<br clear="all" />
diff --git a/phpBB/templates/Euclid/privmsgs_read_body.tpl b/phpBB/templates/Euclid/privmsgs_read_body.tpl
index 7b903c0f18..c60dbb3eda 100644
--- a/phpBB/templates/Euclid/privmsgs_read_body.tpl
+++ b/phpBB/templates/Euclid/privmsgs_read_body.tpl
@@ -33,15 +33,22 @@
</tr>
</table>
-<table border="0" cellpadding="1" cellspacing="0" width="98%" align="center">
+<table width="98%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%">
<tr>
- <td class="cat" align="right">{QUOTE_PM_IMG} {REPLY_PM_IMG} {EDIT_PM_IMG}</td>
+ <td class="cat" height="30" align="right">{QUOTE_PM_IMG} {REPLY_PM_IMG} {EDIT_PM_IMG}</td>
</tr>
<tr>
- <th>{BOX_NAME} :: {L_MESSAGE}</th>
+ <th height="25">{BOX_NAME} :: {L_MESSAGE}</th>
</tr>
+ </table></td>
+ </tr>
+ <tr>
+ <td class="cat" height="2"><img src="images/spacer.gif" height="2"></td>
+ </tr>
+ <tr>
+ <td class="tablebg"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="row2" align="left"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
@@ -80,8 +87,15 @@
<tr>
<td class="row2" height="20" valign="middle">{PROFILE_IMG} {EMAIL_IMG} {SEARCH_IMG} {WWW_IMG} {ICQ_ADD_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG}</td>
</tr>
+ </table></td>
+ </tr>
+ <tr>
+ <td class="cat" height="2"><img src="images/spacer.gif" height="2"></td>
+ </tr>
+ <tr>
+ <td class="tablebg"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
- <td class="cat"><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <td class="cat" height="30"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>{QUOTE_PM_IMG} {REPLY_PM_IMG} {EDIT_PM_IMG}</td>
<td align="right" valign="middle">{S_HIDDEN_FIELDS}<input class="liteoptiontable" type="submit" name="save" value="{L_SAVE_MSG}">&nbsp;<input class="liteoptiontable" type="submit" name="delete" value="{L_DELETE_MSG}"></td>