aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_signature.html
diff options
context:
space:
mode:
authorJim Wigginton <terrafrost@phpbb.com>2009-08-10 22:09:10 +0000
committerJim Wigginton <terrafrost@phpbb.com>2009-08-10 22:09:10 +0000
commitd85e79719d9a6939feca14cfc22daba086936631 (patch)
treeea714139c7d24132415d59216190be6e4c269ef5 /phpBB/adm/style/acp_users_signature.html
parent5078b5e4ccaebcf6897e985cdf8c73a8172a2edf (diff)
downloadforums-d85e79719d9a6939feca14cfc22daba086936631.tar
forums-d85e79719d9a6939feca14cfc22daba086936631.tar.gz
forums-d85e79719d9a6939feca14cfc22daba086936631.tar.bz2
forums-d85e79719d9a6939feca14cfc22daba086936631.tar.xz
forums-d85e79719d9a6939feca14cfc22daba086936631.zip
fixed bug 44805 - extra initInsertions() calls needed
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9951 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_users_signature.html')
-rw-r--r--phpBB/adm/style/acp_users_signature.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html
index 239d35f119..0ea5328c3c 100644
--- a/phpBB/adm/style/acp_users_signature.html
+++ b/phpBB/adm/style/acp_users_signature.html
@@ -93,7 +93,7 @@
// ]]>
</script>
</dt>
- <dd style="margin-left: 90px;"><textarea name="signature" rows="10" cols="60" style="width: 95%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{SIGNATURE}</textarea></dd>
+ <dd style="margin-left: 90px;"><textarea name="signature" rows="10" cols="60" style="width: 95%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();">{SIGNATURE}</textarea></dd>
<dd style="margin-left: 90px; margin-top: 5px;">
<!-- IF S_BBCODE_ALLOWED -->
<label><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label>