From 0407aae9d8be47f2425e8ff92c483fc9baaaf8eb Mon Sep 17 00:00:00 2001 From: bshuttle Date: Fri, 10 Mar 2006 08:55:31 +0000 Subject: [PATCH] - fix for KTS-418 --- templates/ktcore/document/add.smarty | 14 ++++++++++++++ 1 file changed, 14 insertions(+), 0 deletions(-) diff --git a/templates/ktcore/document/add.smarty b/templates/ktcore/document/add.smarty index be0faea..520fc08 100644 --- a/templates/ktcore/document/add.smarty +++ b/templates/ktcore/document/add.smarty @@ -66,6 +66,20 @@ addLoadEvent(startupMetadata); {$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}

+ + +
+ +

{i18n}Additional Information about this Document{/i18n}

+

{i18n}Document Metadata allows you to provide additional, +important information about this document that can be used to classify and report +on its contents. The exact information required depends on the Document Type +you selected above. Some of this information may be required, so please +review the list of requested information carefully before finishing the process.{/i18n}

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