mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
FAQs administration settings tabs fix
This commit is contained in:
@@ -175,7 +175,7 @@ class faq_main_ui extends e_admin_ui
|
||||
protected $batchCopy = true;
|
||||
protected $listOrder = 'faq_order ASC';
|
||||
protected $sortField = 'faq_order';
|
||||
protected $tabs = array('FAQs',"Details"); // Simpler method than 'fieldsets'. Allows for easy moving of fields between tabs and works as required by 'news' and 'custom pages'.
|
||||
protected $preftabs = array('FAQs',"Details"); // Simpler method than 'fieldsets'. Allows for easy moving of fields between tabs and works as required by 'news' and 'custom pages'.
|
||||
|
||||
//TODO - finish 'user' type, set 'data' to all editable fields, set 'noedit' for all non-editable fields
|
||||
protected $fields = array(
|
||||
|
Reference in New Issue
Block a user