Increased the number of rows in AbuseFilter's Filter testing textarea

Changed the textarea size in AbuseFilter Notes text area
from 5 to 15 to match with the new Conditions text box.

Bug: 55365
Change-Id: I1da26166f28f31b2a18c1dca3709efc0728d45d6
This commit is contained in:
tonythomas01 2014-01-10 20:09:12 +05:30
parent e082aff755
commit 068c3c54c3

View file

@ -415,7 +415,7 @@ class AbuseFilterViewEdit extends AbuseFilterView {
$fields['abusefilter-edit-notes'] = Xml::textarea(
'wpFilterNotes',
( isset( $row->af_comments ) ? $row->af_comments . "\n" : "\n" ),
40, 5,
40, 15,
$readOnlyAttrib
);