diff --git a/module/doc/ui/batchmovedoc.html.php b/module/doc/ui/batchmovedoc.html.php
index 4c42318758..2d44e606ef 100644
--- a/module/doc/ui/batchmovedoc.html.php
+++ b/module/doc/ui/batchmovedoc.html.php
@@ -36,4 +36,18 @@ formPanel
set::label($lang->doc->module),
set::control(array('control' => 'picker', 'name' => 'module', 'items' => $optionMenu, 'value' => $moduleID, 'required' => true))
),
+ formRow
+ (
+ setID('aclBox'),
+ formGroup
+ (
+ set::label($lang->doclib->control),
+ radioList
+ (
+ set::name('acl'),
+ set::items($aclItems),
+ set::value($type == 'mine' ? 'private' : 'open'),
+ )
+ )
+ ),
);