fix filter newrule reg_exp length
This commit is contained in:
parent
ab564aef7b
commit
ff34bac2bf
|
@ -740,7 +740,7 @@ class Pref_Filters extends Handler_Protected {
|
|||
|
||||
print "<input dojoType=\"dijit.form.ValidationTextBox\"
|
||||
required=\"true\" id=\"filterDlg_regExp\"
|
||||
style=\"font-size : 16px\"
|
||||
style=\"font-size : 16px; width : 20em;\"
|
||||
name=\"reg_exp\" value=\"$reg_exp\"/>";
|
||||
|
||||
print "<hr/>" . __("on field") . " ";
|
||||
|
|
Loading…
Reference in New Issue