From 5f152f30f6e46c216b494462061ab09492d4c060 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Fri, 10 Mar 2006 08:59:34 +0000 Subject: [PATCH] - KTS-418 style additions to bulk upload and import. - make bulk import call itself "Import from Server Location". --- templates/ktcore/folder/bulkImport.smarty | 11 ++++++++++- templates/ktcore/folder/bulkUpload.smarty | 9 +++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) 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)} -- libgit2 0.21.4