diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-30 00:45:31 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-30 00:45:31 -0400 |
commit | 45b19e64198509c2fd39f0d31f5e8a6a1dde455c (patch) | |
tree | 6a13396457981fb9dc41db74787b61627d21d036 /phpBB/adm/style | |
parent | 04c0d6461f342dcc9d5e5d12eacbf881d4833799 (diff) | |
parent | 43b5ca32be35f60de2b5f4d32287bf28c5270135 (diff) | |
download | forums-45b19e64198509c2fd39f0d31f5e8a6a1dde455c.tar forums-45b19e64198509c2fd39f0d31f5e8a6a1dde455c.tar.gz forums-45b19e64198509c2fd39f0d31f5e8a6a1dde455c.tar.bz2 forums-45b19e64198509c2fd39f0d31f5e8a6a1dde455c.tar.xz forums-45b19e64198509c2fd39f0d31f5e8a6a1dde455c.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10032] Fixed typos in bbcode button name.
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_users_signature.html | 2 |
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 27fd957e61..f340db2b07 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -56,7 +56,7 @@ <input type="button" class="button2" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" /> <input type="button" class="button2" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" /> <input type="button" class="button2" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" /> - <input type="button" class="button2" accesskey="y" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" /> + <input type="button" class="button2" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" /> <!-- IF S_BBCODE_IMG --> <input type="button" class="button2" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" /> <!-- ENDIF --> |