diff --git a/templates/ktcore/folder/bulkImport.smarty b/templates/ktcore/folder/bulkImport.smarty index 01483f3..37cab4a 100644 --- a/templates/ktcore/folder/bulkImport.smarty +++ b/templates/ktcore/folder/bulkImport.smarty @@ -55,7 +55,7 @@ addLoadEvent(startupMetadata); {$context->oPage->requireJSStandalone($sJavascript)}
-
{i18n}Bulk import{/i18n} +
{i18n}Import from Server Location{/i18n}

{i18n}The bulk import facility allows for a number of documents to be added to the document management system easily. Provide a path on the server, and all documents and @@ -69,6 +69,15 @@ system.{/i18n}

{$oWidget->render()} {/foreach} + +

{i18n}If you do not need to modify any the metadata +for this document (see below), then you can simply click "Add" here to finish the +process and add the document.{/i18n}

+ + +
+ +
{foreach item=oFieldset from=$generic_fieldsets} {$oFieldset->renderEdit($document_data)} diff --git a/templates/ktcore/folder/bulkUpload.smarty b/templates/ktcore/folder/bulkUpload.smarty index fbd39f6..44bce40 100644 --- a/templates/ktcore/folder/bulkUpload.smarty +++ b/templates/ktcore/folder/bulkUpload.smarty @@ -69,6 +69,15 @@ management system.{/i18n}

{$oWidget->render()} {/foreach} + +

{i18n}If you do not need to modify any the metadata +for this document (see below), then you can simply click "Add" here to finish the +process and add the document.{/i18n}

+ + +
+ +
{foreach item=oFieldset from=$generic_fieldsets} {$oFieldset->renderEdit($document_data)}