diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-30 00:48:03 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-30 00:48:03 -0400 |
commit | b960dd4e0d642d04cea91f9d1c002449e14c96e7 (patch) | |
tree | e2e564937464e3ecdcb404bb9e67c7a40d3ddac2 /phpBB/adm/style | |
parent | efc7aa00cd2d21d9bb7c9a7b1936356e1dce3c17 (diff) | |
parent | 16c5352a12cef9572712f4600b8dd9313d2c9d2a (diff) | |
download | forums-b960dd4e0d642d04cea91f9d1c002449e14c96e7.tar forums-b960dd4e0d642d04cea91f9d1c002449e14c96e7.tar.gz forums-b960dd4e0d642d04cea91f9d1c002449e14c96e7.tar.bz2 forums-b960dd4e0d642d04cea91f9d1c002449e14c96e7.tar.xz forums-b960dd4e0d642d04cea91f9d1c002449e14c96e7.zip |
Merge remote-tracking branch 'callumacrae/ticket/10032' into develop-olympus
* callumacrae/ticket/10032:
[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 69c6d8f3fb..c91d199eb3 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 --> |