1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Added 'Copy' to Batch options on Books/Chapters page.

This commit is contained in:
Cameron
2013-06-14 13:42:11 -07:00
parent b3693632de
commit 2460ff3c70

View File

@@ -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';