diff options
author | David M <davidmj@users.sourceforge.net> | 2006-08-01 05:06:33 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-08-01 05:06:33 +0000 |
commit | 541dbf8af07874e9507249a7e62cc3c32475d475 (patch) | |
tree | b6186a4c274f124e9025e0e3aa7fa179fcf8d87f /phpBB/adm/style/acp_bbcodes.html | |
parent | 3c69c8f00a70ceeebabcd1cec79b6077ad785062 (diff) | |
download | forums-541dbf8af07874e9507249a7e62cc3c32475d475.tar forums-541dbf8af07874e9507249a7e62cc3c32475d475.tar.gz forums-541dbf8af07874e9507249a7e62cc3c32475d475.tar.bz2 forums-541dbf8af07874e9507249a7e62cc3c32475d475.tar.xz forums-541dbf8af07874e9507249a7e62cc3c32475d475.zip |
- BBCode helpline is now customizable
git-svn-id: file:///svn/phpbb/trunk@6223 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_bbcodes.html')
-rw-r--r-- | phpBB/adm/style/acp_bbcodes.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index 0714b6f106..76952bd340 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -31,6 +31,15 @@ </fieldset> <fieldset> + <legend>{L_BBCODE_HELPLINE}</legend> + <p>{L_BBCODE_HELPLINE_EXPLAIN}</p> + <dl> + <dt><label for="bbcode_tpl">{L_BBCODE_HELPLINE_TEXT}</label></dt> + <dd><input type="text" id="bbcode_helpline" name="bbcode_helpline" size="60" maxlength="255" value="{BBCODE_HELPLINE}" /></dd> + </dl> + </fieldset> + + <fieldset> <legend>{L_SETTINGS}</legend> <dl> <dt><label for="display_on_posting">{L_DISPLAY_ON_POSTING}</label></dt> |