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:
@@ -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>
|
||||
|
@@ -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; }
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user