diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-06-11 20:02:01 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-06-11 20:02:01 +0000 |
commit | 678f7204558a74ab9f1b2533eb30b7e570efd94e (patch) | |
tree | 5fefc34d2150c3d641a9038e136e20909292cfc9 /phpBB/templates | |
parent | b7f1a3605c478929870848f596f196bc83a8e584 (diff) | |
download | forums-678f7204558a74ab9f1b2533eb30b7e570efd94e.tar forums-678f7204558a74ab9f1b2533eb30b7e570efd94e.tar.gz forums-678f7204558a74ab9f1b2533eb30b7e570efd94e.tar.bz2 forums-678f7204558a74ab9f1b2533eb30b7e570efd94e.tar.xz forums-678f7204558a74ab9f1b2533eb30b7e570efd94e.zip |
Made some fixes to posting, next up Reply with Quote
git-svn-id: file:///svn/phpbb/trunk@470 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/Default/posting_body.tpl | 3 | ||||
-rw-r--r-- | phpBB/templates/PSO/posting_body.tpl | 2 |
2 files changed, 4 insertions, 1 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> diff --git a/phpBB/templates/PSO/posting_body.tpl b/phpBB/templates/PSO/posting_body.tpl index 3c3c655eab..6eb2b0f22f 100644 --- a/phpBB/templates/PSO/posting_body.tpl +++ b/phpBB/templates/PSO/posting_body.tpl @@ -17,7 +17,7 @@ function insertCode(formObj, selectObj){ <tr><form action="{S_POST_ACTION}" method="POST"> <td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="3" cellspacing="1" width="100%"> <tr> - <td colspan="2" bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>Post a Topic</b></font></td> + <td colspan="2" bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_POST_A}</b></font></td> </tr> <tr> <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_SUBJECT}</b></font></td> |