1
0
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:
leo
2015-07-12 17:33:43 +02:00
parent ecd6e93a85
commit 1663d1e0bb
2 changed files with 3 additions and 2 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'),