diff --git a/e107_admin/cpage.php b/e107_admin/cpage.php index db92cddad..51a7f86cf 100644 --- a/e107_admin/cpage.php +++ b/e107_admin/cpage.php @@ -117,6 +117,7 @@ class page_chapters_ui extends e_admin_ui protected $pid = "chapter_id"; protected $perPage = 0; //no limit protected $batchDelete = false; + protected $batchCopy = true; protected $batchLink = true; protected $listOrder = ' COALESCE(NULLIF(chapter_parent,0), chapter_id), chapter_parent > 0, chapter_order '; //FIXME works with parent/child but doesn't respect parent order. // protected $sortField = 'chapter_order';