|
From: Paul S. O. <ps...@us...> - 2001-10-11 12:32:08
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv29303/templates/subSilver/admin
Modified Files:
admin_config_body.tpl
Log Message:
Added configuration for allowed html tags
Index: admin_config_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/admin_config_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** admin_config_body.tpl 2001/10/09 13:37:48 1.5
--- admin_config_body.tpl 2001/10/11 12:32:05 1.6
***************
*** 68,71 ****
--- 68,75 ----
</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>
|