diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-30 00:45:17 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-30 00:45:17 -0400 |
| commit | 43b5ca32be35f60de2b5f4d32287bf28c5270135 (patch) | |
| tree | f376c01780cd80cf5de36046a68818d1bdb98744 /phpBB/styles/subsilver2 | |
| parent | 13ca659f1f992f3cd4f8395366ccd01b951ee96d (diff) | |
| parent | 16c5352a12cef9572712f4600b8dd9313d2c9d2a (diff) | |
| download | forums-43b5ca32be35f60de2b5f4d32287bf28c5270135.tar forums-43b5ca32be35f60de2b5f4d32287bf28c5270135.tar.gz forums-43b5ca32be35f60de2b5f4d32287bf28c5270135.tar.bz2 forums-43b5ca32be35f60de2b5f4d32287bf28c5270135.tar.xz forums-43b5ca32be35f60de2b5f4d32287bf28c5270135.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/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index 92b4bd3e39..26d1e5e1a5 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -45,7 +45,7 @@ <input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" /> <input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" /> <input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" /> - <input type="button" class="btnbbcode" accesskey="y" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" /> + <input type="button" class="btnbbcode" 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="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" /> <!-- ENDIF --> |
