diff --git a/e107_admin/mailout.php b/e107_admin/mailout.php index 16c44d1fd..19b2572a1 100644 --- a/e107_admin/mailout.php +++ b/e107_admin/mailout.php @@ -280,7 +280,7 @@ class mailout_main_ui extends e_admin_ui protected $batchDelete = true; protected $batchCopy = true; - protected $tabs = array('Basic','Advanced'); //TODO Add LAN_BASIC and LAN_ADVANCED to lan_admin.php + protected $tabs = array(''.LAN_BASIC.'',''.LAN_ADVANCED.''); protected $fields = array( 'checkboxes' => array('title'=> '', 'type' => null, 'width' =>'5%', 'forced'=> TRUE, 'thclass'=>'center', 'class'=>'center'), diff --git a/e107_languages/English/admin/lan_mailout.php b/e107_languages/English/admin/lan_mailout.php index 023853f1b..d267064d2 100644 --- a/e107_languages/English/admin/lan_mailout.php +++ b/e107_languages/English/admin/lan_mailout.php @@ -280,6 +280,8 @@ define("LAN_MAILOUT_259", ""); define("LAN_SEND", "Send"); define("LAN_HOLD", "Hold"); define("LAN_MAILOUT_260", "User-Type"); +define("LAN_BASIC", "Basic"); +define("LAN_ADVANCED", "Advanced"); //define("LAN_SUBMIT", "Do it!"); LAN_RUN