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/styles/prosilver/template | |
| 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/styles/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index 19d55d1a4a..9d08bf851d 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -79,7 +79,7 @@ <input type="button" class="button2" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" /> <input type="button" class="button2" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" /> <input type="button" class="button2" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" /> - <input type="button" class="button2" accesskey="y" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" /> + <input type="button" class="button2" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" /> <!-- IF S_BBCODE_IMG --> <input type="button" class="button2" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" /> <!-- ENDIF --> |
