aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/posting_body.html
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-04-09 21:20:24 +0000
committerNils Adermann <naderman@naderman.de>2006-04-09 21:20:24 +0000
commitfc394d6302b45ff61d8c55e3e9516f3c212bf04c (patch)
tree4be365327698f094cb78f0a3825a19498d954843 /phpBB/styles/subSilver/template/posting_body.html
parent5b24c3a7fb5eaef0c6a1374eff1435322097f0b9 (diff)
downloadforums-fc394d6302b45ff61d8c55e3e9516f3c212bf04c.tar
forums-fc394d6302b45ff61d8c55e3e9516f3c212bf04c.tar.gz
forums-fc394d6302b45ff61d8c55e3e9516f3c212bf04c.tar.bz2
forums-fc394d6302b45ff61d8c55e3e9516f3c212bf04c.tar.xz
forums-fc394d6302b45ff61d8c55e3e9516f3c212bf04c.zip
- check m_ permission for quickmod [Bug #1317]
- don't sync the global forum (id 0) [Bug #1383] - corrections to available time zones [Bug #1306] - only display open reports on mcp_front - added whois information to mcp_post [Bug #1400] - copy "dot" when copying a topic [Bug #1321] - some language corrections [Bugs #1324, #1255, #1317] - mozWrap scrolls back to previous position now [Bug #1190] - some style related corrections [Bugs #1322, #1454, #1316] - corrected copyrights [Bug #1468] - fixed links on search results page [Bug #1469] git-svn-id: file:///svn/phpbb/trunk@5779 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_body.html')
-rw-r--r--phpBB/styles/subSilver/template/posting_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html
index 62cc990e2c..fb26e50b1c 100644
--- a/phpBB/styles/subSilver/template/posting_body.html
+++ b/phpBB/styles/subSilver/template/posting_body.html
@@ -227,7 +227,7 @@ function checkForm()
<!-- ENDIF -->
</table></td>
- <td class="row2" valign="top"><table cellspacing="0" cellpadding="0" border="0">
+ <td class="row2" valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr valign="middle" align="left">
<td colspan="2"><input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" />
<input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" />
@@ -261,7 +261,7 @@ function checkForm()
<td class="genmed" align="center">{L_FONT_COLOR}</td>
</tr>
<tr>
- <td valign="top"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 100%;">{MESSAGE}</textarea></td>
+ <td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 98%;">{MESSAGE}</textarea></td>
<td width="80" align="center" valign="top"><script language="javascript" type="text/javascript"><!--
colorPalette('v', 7, 6)