diff --git a/plugins/ktstandard/KTBulkExportPlugin.php b/plugins/ktstandard/KTBulkExportPlugin.php index dcfdfe8..9c10412 100644 --- a/plugins/ktstandard/KTBulkExportPlugin.php +++ b/plugins/ktstandard/KTBulkExportPlugin.php @@ -161,7 +161,9 @@ class KTBulkExportAction extends KTFolderAction { )); $url = KTUtil::addQueryStringSelf(sprintf('action=downloadZipFile&fFolderId=%d&exportcode=%s', $this->oFolder->getId(), $sExportCode)); - printf(_kt('Go here to download the zip file if you are not automatically redirected there'), $url); + printf('
' . _kt('Go here to download the zip file if you are not automatically redirected there') . "
\n", $url); + $folderurl = KTBrowseUtil::getUrlForFolder($oFolder); + printf('' . _kt('Once downloaded, return to the original folder') . "
\n", $folderurl); printf("