mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Revert "Added lan defs (todo) to lan_admin php "
This reverts commit 1663d1e0bb
.
This commit is contained in:
@@ -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(''.LAN_BASIC.'',''.LAN_ADVANCED.'');
|
protected $tabs = array('Basic','Advanced'); //TODO Add LAN_BASIC and LAN_ADVANCED to lan_admin.php
|
||||||
|
|
||||||
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'),
|
||||||
|
@@ -410,8 +410,7 @@ 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)
|
||||||
|
Reference in New Issue
Block a user