diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-04-10 16:52:13 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-05-16 16:59:48 +0200 |
commit | 97d180ab6620531ee6081fd652e4d51258a4aa1a (patch) | |
tree | 878ab195d65cc560a30b7048469908edfdf14fcd /phpBB/styles/prosilver/template/quickreply_editor.html | |
parent | 03d50a2e83cc631779a7574acd4db8b77f29d547 (diff) | |
download | forums-97d180ab6620531ee6081fd652e4d51258a4aa1a.tar forums-97d180ab6620531ee6081fd652e4d51258a4aa1a.tar.gz forums-97d180ab6620531ee6081fd652e4d51258a4aa1a.tar.bz2 forums-97d180ab6620531ee6081fd652e4d51258a4aa1a.tar.xz forums-97d180ab6620531ee6081fd652e4d51258a4aa1a.zip |
[ticket/9146] Fix double occurring tabindex="6" in prosilver's QR
PHPBB3-9146
Diffstat (limited to 'phpBB/styles/prosilver/template/quickreply_editor.html')
-rw-r--r-- | phpBB/styles/prosilver/template/quickreply_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html index 8a5b8aeb16..ea07c2e6d8 100644 --- a/phpBB/styles/prosilver/template/quickreply_editor.html +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -61,7 +61,7 @@ {S_FORM_TOKEN} {QR_HIDDEN_FIELDS} <input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" /> - <input type="submit" accesskey="f" tabindex="6" name="full_editor" value="{L_FULL_EDITOR}" class="button2" /> + <input type="submit" accesskey="f" tabindex="7" name="full_editor" value="{L_FULL_EDITOR}" class="button2" /> </fieldset> <a href="" class="right-box up" onclick="hide_qr(false); return false;" title="{L_COLLAPSE_QR}">{L_COLLAPSE_QR}</a> <span class="corners-bottom"><span></span></span></div> |