mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Changed LAN's .. admin/mailout php to use lan defines in lan_mail out php (captions create tabs)
This commit is contained in:
@@ -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'),
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user