diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-07-08 21:13:17 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-08-20 23:48:10 +0200 |
commit | 093debdebc582eaa04acd4f0bda1f56a80d5ab5d (patch) | |
tree | 099d0b12f0179ffbc6de2badc8d8582c3e91dd73 | |
parent | 2315a354d29802e00925ddf8e8c7fb629277834c (diff) | |
download | forums-093debdebc582eaa04acd4f0bda1f56a80d5ab5d.tar forums-093debdebc582eaa04acd4f0bda1f56a80d5ab5d.tar.gz forums-093debdebc582eaa04acd4f0bda1f56a80d5ab5d.tar.bz2 forums-093debdebc582eaa04acd4f0bda1f56a80d5ab5d.tar.xz forums-093debdebc582eaa04acd4f0bda1f56a80d5ab5d.zip |
[task/restore-subsilver2] Reapply commit fc89d5d
[ticket/9677] Subsilver2 is missing the bbcode-helpline for inline-attachments.
PHPBB3-9677
PHPBB3-9783
-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}', |