diff options
author | David M <davidmj@users.sourceforge.net> | 2007-05-11 21:46:34 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-05-11 21:46:34 +0000 |
commit | 861cda28cf0b1cacfd16bd660b74d9399f256d8a (patch) | |
tree | fb2e03ff369b5da5fe71242d7a7e7aef851ea33a | |
parent | 46d652992c2a5fb7eec2a6464285c127b4834cdd (diff) | |
download | forums-861cda28cf0b1cacfd16bd660b74d9399f256d8a.tar forums-861cda28cf0b1cacfd16bd660b74d9399f256d8a.tar.gz forums-861cda28cf0b1cacfd16bd660b74d9399f256d8a.tar.bz2 forums-861cda28cf0b1cacfd16bd660b74d9399f256d8a.tar.xz forums-861cda28cf0b1cacfd16bd660b74d9399f256d8a.zip |
#10761
git-svn-id: file:///svn/phpbb/trunk@7534 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 6da383def5..5f1f061532 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -104,7 +104,7 @@ <input type="button" class="button2" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}" /> <!-- ENDIF --> <!-- IF S_BBCODE_FLASH --> - <input type="button" class="button2" accesskey="f" name="addbbcode18" value="Flash" onclick="bbstyle(18)" /> + <input type="button" class="button2" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}" /> <!-- ENDIF --> <select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_FONT_SIZE}"> <option value="50">{L_FONT_TINY}</option> |