1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +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 $batchDelete = true;
protected $batchCopy = 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( protected $fields = array(
'checkboxes' => array('title'=> '', 'type' => null, 'width' =>'5%', 'forced'=> TRUE, 'thclass'=>'center', 'class'=>'center'), 'checkboxes' => array('title'=> '', 'type' => null, 'width' =>'5%', 'forced'=> TRUE, 'thclass'=>'center', 'class'=>'center'),

View File

@@ -410,7 +410,8 @@ define("LAN_USER_QUICKADD","Quick Add User");
define("LAN_USER_PRUNE", "Prune Users"); define("LAN_USER_PRUNE", "Prune Users");
define("LAN_USER_OPTIONS", "User Options"); define("LAN_USER_OPTIONS", "User Options");
define("LAN_USER_RANKS", "User Ranks"); define("LAN_USER_RANKS", "User Ranks");
define("LAN_BASIC", "Basic");
define("LAN_ADVANCED", "Advanced");
// TODO - move e_form related LANS below, add new lan_form.php file (for both front/back-end) // TODO - move e_form related LANS below, add new lan_form.php file (for both front/back-end)