1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Fixes #2716 - Increase profanity filter limit to 40 words. Corrected styling.

This commit is contained in:
Cameron
2017-07-13 11:58:58 -07:00
parent eaa6c0f83b
commit a6e2402635
2 changed files with 2 additions and 1 deletions

View File

@@ -1154,7 +1154,7 @@ $text .= "
<tr>
<td><label for='profanity-words'>".PRFLAN_43.":</label></td>
<td>
".$frm->tags('profanity_words', $pref['profanity_words'])."
".$frm->tags('profanity_words', $pref['profanity_words'], 250, array('maxItems'=>40))."
<div class='field-help'>".PRFLAN_44."</div>
</td>
</tr>

View File

@@ -1345,6 +1345,7 @@ li.rssRow > div {
.selectize-control div.item { border-radius:3px; }
.selectize-control div.item .remove { margin-top:3px }
.selectize-input.focus { box-shadow: inherit; }
.form-control.selectize-input { min-height:38px; height:auto; }
/*