diff --git a/e107_admin/mailout.php b/e107_admin/mailout.php index 79ceb5798..08c006974 100644 --- a/e107_admin/mailout.php +++ b/e107_admin/mailout.php @@ -1588,7 +1588,7 @@ class mailout_admin_form_ui extends e_admin_form_ui $preview = e_SELF."?mode=main&action=preview&id=".$id; $text .= ""; $text .= "".E_32_MAIL.""; - $text .= "".E_32_SEARCH.""; + $text .= "".E_32_SEARCH.""; $text .= $this->renderValue('options',$value,$attributes,$id); @@ -1603,7 +1603,7 @@ class mailout_admin_form_ui extends e_admin_form_ui $text = ""; $text .= "".E_32_USER.""; - $text .= "".E_32_SEARCH.""; + $text .= "".E_32_SEARCH.""; $attributes['readParms']['editClass'] = e_UC_NOBODY; $text .= $this->renderValue('options',$value,$attributes,$id); @@ -1774,7 +1774,7 @@ class mailout_recipients_form_ui extends e_admin_form_ui $preview = e_SELF."?mode=main&action=preview&id=".$eid.'&user='.$user; $text = ""; - $text .= "".E_32_SEARCH.""; + $text .= "".E_32_SEARCH."";