1
0
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:
Cameron
2014-06-13 19:06:37 -07:00
parent 31e29bb892
commit ff4e2be582

View File

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