diff --git a/admin/batch_manager_unit.php b/admin/batch_manager_unit.php
index 5b139a026..aa28b856e 100644
--- a/admin/batch_manager_unit.php
+++ b/admin/batch_manager_unit.php
@@ -263,6 +263,7 @@ SELECT
array(
'ID' => $row['id'],
'TN_SRC' => $src,
+ 'FILE_SRC' => $row['path'],
'LEGEND' => !empty($row['name']) ?
$row['name'] : get_name_from_file($row['file']),
'U_EDIT' =>
diff --git a/admin/themes/default/template/batch_manager_unit.tpl b/admin/themes/default/template/batch_manager_unit.tpl
index e8b50a85c..9a1dde834 100644
--- a/admin/themes/default/template/batch_manager_unit.tpl
+++ b/admin/themes/default/template/batch_manager_unit.tpl
@@ -1,6 +1,6 @@
-
{include file='include/autosize.inc.tpl'}
{include file='include/datepicker.inc.tpl'}
+{include file='include/colorbox.inc.tpl'}
{combine_script id='jquery.fcbkcomplete' load='async' require='jquery' path='themes/default/js/plugins/jquery.fcbkcomplete.js'}
{footer_script require='jquery.fcbkcomplete'}
@@ -25,6 +25,8 @@ jQuery(document).ready(function() {
maxitems: 100,
newel: true
});
+
+ $("a.preview-box").colorbox();
});
{/literal}{/footer_script}
@@ -50,7 +52,11 @@ jQuery(document).ready(function() {