{ value => "allwords", description => "contains all of the words" },
{ value => "anywords", description => "contains any of the words" },
{ value => "regexp", description => "matches the regexp" },
- { value => "notregexp", description => "doesn’t match the regexp" } ] %]
+ { value => "notregexp", description => "doesn't match the regexp" } ] %]
[%# *** Summary *** %]
{ name => "substring", description => "contains" },
{ name => "exact", description => "is" },
{ name => "regexp", description => "matches regexp" },
- { name => "notregexp", description => "doesn’t match regexp" } ] %]
+ { name => "notregexp", description => "doesn't match regexp" } ] %]
<option value="[% qv.name %]"
[% " selected" IF default.emailtype.$n == qv.name %]>[% qv.description %]</option>