mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 19:14:09 +02:00
Plugin Builder refinements and admin-ui 'template' added to banlist and rss for later use.
This commit is contained in:
@@ -1917,6 +1917,8 @@ TEMPLATE;
|
||||
break;
|
||||
|
||||
case 'text':
|
||||
case 'mediumtext':
|
||||
case 'longtext':
|
||||
$array = array(
|
||||
'textarea' => "Text Area",
|
||||
'bbarea' => "Rich-Text Area",
|
||||
@@ -2005,6 +2007,7 @@ TEMPLATE;
|
||||
|
||||
case 'total':
|
||||
case 'order':
|
||||
case 'limit':
|
||||
$ret['title'] = 'LAN_ORDER';
|
||||
$ret['type'] = 'number';
|
||||
$ret['batch'] = false;
|
||||
|
Reference in New Issue
Block a user