1
0
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:
SecretR
2013-09-07 16:28:40 +03:00
parent 1da72a7d8d
commit cccbba5d7b

View File

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