diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2010-10-17 21:33:45 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2010-10-17 21:33:45 +0200 |
| commit | f6db95914ba0cafc4e7cd654a2f2836b24ce311e (patch) | |
| tree | da7787cfe10580cdc0b496bf56890b912e92c7ed /phpBB/styles/prosilver/template | |
| parent | 2895ade5662032caac4af2c82143d34f40f5800b (diff) | |
| parent | 2c4c1f925768285995020e08b0e5d13c51a5c388 (diff) | |
| download | forums-f6db95914ba0cafc4e7cd654a2f2836b24ce311e.tar forums-f6db95914ba0cafc4e7cd654a2f2836b24ce311e.tar.gz forums-f6db95914ba0cafc4e7cd654a2f2836b24ce311e.tar.bz2 forums-f6db95914ba0cafc4e7cd654a2f2836b24ce311e.tar.xz forums-f6db95914ba0cafc4e7cd654a2f2836b24ce311e.zip | |
Merge branch 'ticket/bantu/9664' into develop-olympus
* ticket/bantu/9664:
[ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".
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 4d866681f0..5d21229611 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="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" /> + <input type="button" class="button2" accesskey="y" name="addlitsitem" 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 --> |
