mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
Added configuration for allowed html tags
git-svn-id: file:///svn/phpbb/trunk@1171 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -66,6 +66,10 @@
|
||||
<td class="row1">Allow HTML</td>
|
||||
<td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES}> {L_YES} <input type="radio" name="allow_html" value="0" {HTML_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Allowed HTML tags<br /><span class="gensmall">Seperate tags with commas</span></td>
|
||||
<td class="row2"><input type="text" size="30" maxlength="255" name="allow_html_tags" value="{HTML_TAGS}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Allow BBCode</td>
|
||||
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES}> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO}> {L_NO}</td>
|
||||
|
Reference in New Issue
Block a user