diff options
Diffstat (limited to 'phpBB/templates/Default/posting_body.tpl')
-rw-r--r-- | phpBB/templates/Default/posting_body.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/templates/Default/posting_body.tpl b/phpBB/templates/Default/posting_body.tpl index 6afc43cea7..5ea22d30b5 100644 --- a/phpBB/templates/Default/posting_body.tpl +++ b/phpBB/templates/Default/posting_body.tpl @@ -34,6 +34,9 @@ function addBBcode(bbCode) <tr> <td> <table border="0" width="100%" cellpadding="3" cellspacing="1"> + <tr class="tableheader"> + <td colspan="2">{L_POST_A}</td> + </tr> <tr class="tablebody"> <td bgcolor="#DDDDDD">{L_USERNAME}</td> <td bgcolor="#CCCCCC">{USERNAME_INPUT}</td> |