1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Revert "Added lan defs (todo) to lan_admin php "

This reverts commit 1663d1e0bb.
This commit is contained in:
leo
2015-07-12 22:05:45 +02:00
parent 1663d1e0bb
commit 0f4a14d07a
2 changed files with 2 additions and 3 deletions

View File

@@ -280,7 +280,7 @@ class mailout_main_ui extends e_admin_ui
protected $batchDelete = true;
protected $batchCopy = true;
protected $tabs = array(''.LAN_BASIC.'',''.LAN_ADVANCED.'');
protected $tabs = array('Basic','Advanced'); //TODO Add LAN_BASIC and LAN_ADVANCED to lan_admin.php
protected $fields = array(
'checkboxes' => array('title'=> '', 'type' => null, 'width' =>'5%', 'forced'=> TRUE, 'thclass'=>'center', 'class'=>'center'),