From 2460ff3c70547f39746623021fece801bf9c7761 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 14 Jun 2013 13:42:11 -0700 Subject: [PATCH] Added 'Copy' to Batch options on Books/Chapters page. --- e107_admin/cpage.php | 1 + 1 file changed, 1 insertion(+) 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';