diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-07-08 21:13:17 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2010-07-08 21:13:17 +0200 |
commit | fc89d5d7db46dc4a25a0443f38c37710542e5923 (patch) | |
tree | 3c989b794f2225b461a81e43d21676148ae97cf5 /phpBB | |
parent | 6da582e8be50fa7211706625402215f6f87ed48b (diff) | |
download | forums-fc89d5d.tar forums-fc89d5d.tar.gz forums-fc89d5d.tar.bz2 forums-fc89d5d.tar.xz forums-fc89d5d.zip |
[ticket/9677] Subsilver2 is missing the bbcode-helpline for inline-attachments.
PHPBB3-9677
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_buttons.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index 0aab79b7aa..2fff9c1991 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -19,6 +19,7 @@ o: '{LA_BBCODE_O_HELP}', p: '{LA_BBCODE_P_HELP}', w: '{LA_BBCODE_W_HELP}', + a: '{LA_BBCODE_A_HELP}', s: '{LA_BBCODE_S_HELP}', f: '{LA_BBCODE_F_HELP}', e: '{LA_BBCODE_E_HELP}', |