aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/posting_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Default/posting_body.tpl')
-rw-r--r--phpBB/templates/Default/posting_body.tpl16
1 files changed, 5 insertions, 11 deletions
diff --git a/phpBB/templates/Default/posting_body.tpl b/phpBB/templates/Default/posting_body.tpl
index 13cfc0acdd..c49b6292c3 100644
--- a/phpBB/templates/Default/posting_body.tpl
+++ b/phpBB/templates/Default/posting_body.tpl
@@ -1,11 +1,11 @@
<tr>
- <td><form action="posting.{PHPEX}" method="POST">
+ <td><form action="{S_POST_ACTION}" method="post">
<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="tablebody">
- <td bgcolor="#DDDDDD" width="15%">{L_ABOUTPOST}</td>
+ <td bgcolor="#DDDDDD" width="15%">{L_ABOUT_POST}</td>
<td bgcolor="#CCCCCC">{ABOUT_POSTING}</td>
</tr>
<tr class="tablebody">
@@ -21,7 +21,7 @@
<td bgcolor="#CCCCCC">{SUBJECT_INPUT}</td>
</tr>
<tr class="tablebody">
- <td bgcolor="#DDDDDD">{L_MESSAGEBODY}<br><br>
+ <td bgcolor="#DDDDDD">{L_MESSAGE_BODY}<br><br>
{HTML_STATUS}<br>{BBCODE_STATUS}</td>
<td bgcolor="#CCCCCC">{MESSAGE_INPUT}</td>
</tr>
@@ -30,14 +30,8 @@
<td bgcolor="#CCCCCC">
{HTML_TOGGLE}<br>{BBCODE_TOGGLE}<br>{SMILE_TOGGLE}<br>{SIG_TOGGLE}<br>{NOTIFY_TOGGLE}</td>
</tr>
- <tr class="tableheader">
- <td align="center" colspan="2">
- <input type="hidden" name="mode" value="{MODE}">
- <input type="hidden" name="forum_id" value="{FORUM_ID}">
- <input type="hidden" name="topic_id" value="{TOPIC_ID}">
- <input type="submit" name="preview" value="{L_PREVIEW}">&nbsp;
- <input type="submit" name="submit" value="{L_SUBMIT}">&nbsp;
- <input type="submit" name="cancel" value="{L_CANCEL}"></td>
+ <tr class="tableheader">
+ <td align="center" colspan="2">{S_HIDDEN_POST_FIELDS}<input type="submit" name="preview" value="{L_PREVIEW}">&nbsp;<input type="submit" name="submit" value="{L_SUBMIT}">&nbsp;<input type="submit" name="cancel" value="{L_CANCEL}"></td>
</tr>
</table>
</td>