mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Added lan defs (todo) to lan_admin php
Added LAN's to mailoutphp (tabs CAPTIONS) for admin>create
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'),
|
||||
|
Reference in New Issue
Block a user