1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Merge pull request #1137 from tgtje/master

Issue #6 Mailout LANs.
This commit is contained in:
Cameron
2015-07-13 12:40:25 -07:00
2 changed files with 3 additions and 1 deletions

View File

@@ -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'),

View File

@@ -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