aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Default')
-rw-r--r--phpBB/templates/Default/posting_body.tpl14
-rwxr-xr-xphpBB/templates/Default/posting_preview.tpl28
2 files changed, 33 insertions, 9 deletions
diff --git a/phpBB/templates/Default/posting_body.tpl b/phpBB/templates/Default/posting_body.tpl
index e6f6e1c341..6afc43cea7 100644
--- a/phpBB/templates/Default/posting_body.tpl
+++ b/phpBB/templates/Default/posting_body.tpl
@@ -1,11 +1,11 @@
<script language="Javascript">
<!--
-function x ()
+function x ()
{
return;
}
-function addBBcode(bbCode)
+function addBBcode(bbCode)
{
document.posting.message.value=document.posting.message.value+bbCode;
document.posting.message.focus();
@@ -34,15 +34,11 @@ function addBBcode(bbCode)
<tr>
<td>
<table border="0" width="100%" cellpadding="3" cellspacing="1">
- <tr class="tablebody">
- <td bgcolor="#DDDDDD" width="15%">{L_ABOUT_POST}</td>
- <td bgcolor="#CCCCCC">{ABOUT_POSTING}</td>
- </tr>
- <tr class="tablebody">
+ <tr class="tablebody">
<td bgcolor="#DDDDDD">{L_USERNAME}</td>
<td bgcolor="#CCCCCC">{USERNAME_INPUT}</td>
- </tr>
- <tr class="tablebody">
+ </tr>
+ <tr class="tablebody">
<td bgcolor="#DDDDDD">{L_PASSWORD}</td>
<td bgcolor="#CCCCCC">{PASSWORD_INPUT}</td>
</tr>
diff --git a/phpBB/templates/Default/posting_preview.tpl b/phpBB/templates/Default/posting_preview.tpl
new file mode 100755
index 0000000000..6d33772c47
--- /dev/null
+++ b/phpBB/templates/Default/posting_preview.tpl
@@ -0,0 +1,28 @@
+<tr>
+ <td>
+ <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
+ <tr>
+ <td>
+ <table border="0" width="100%" cellpadding="3" cellspacing="1">
+ <tr class="tableheader">
+ <td width="15%">Author</td>
+ <td colspan="2">{TOPIC_TITLE}</td>
+ </tr>
+ <tr bgcolor="{ROW_COLOR}" class="tablebody">
+ <td width="20%" align="left" valign="top" nowrap rowspan="2">
+ <font style="{font-size: 10pt; font-weight: bold;}">{POSTER_NAME}</font><br>
+ </td>
+ <td><i><b>{TOPIC_TITLE}</b></i></td>
+ <td align="right" width="15%"><img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {POST_DATE}</font></td>
+ </tr>
+ <tr bgcolor="{ROW_COLOR}" class="tablebody">
+ <td colspan="3">
+ {MESSAGE}
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+</tr> \ No newline at end of file