mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Admin -> Custom Pages : added chapter_template to default list view.
This commit is contained in:
@@ -164,7 +164,7 @@ class page_chapters_ui extends e_admin_ui
|
||||
|
||||
);
|
||||
|
||||
protected $fieldpref = array('checkboxes', 'chapter_icon', 'chapter_id', 'chapter_name', 'chapter_description','chapter_manager', 'chapter_order', 'options');
|
||||
protected $fieldpref = array('checkboxes', 'chapter_icon', 'chapter_id', 'chapter_name', 'chapter_description','chapter_template', 'chapter_manager', 'chapter_order', 'options');
|
||||
|
||||
protected $books = array();
|
||||
|
||||
|
Reference in New Issue
Block a user