1
0
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:
Cameron
2012-12-06 21:41:53 -08:00
parent 29f23c05ea
commit a874b87a7f
5 changed files with 189 additions and 9 deletions

View File

@@ -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;