Commit 0407aae9d8be47f2425e8ff92c483fc9baaaf8eb

Authored by bshuttle
1 parent 31a58d35

- fix for KTS-418


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5064 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/document/add.smarty
... ... @@ -66,6 +66,20 @@ addLoadEvent(startupMetadata);
66 66 {$oWidget->render()}
67 67 {/foreach}
68 68  
  69 +<p class="descriptiveText">{i18n}If you do not need to modify any the metadata
  70 +for this document (see below), then you can simply click "Add" here to finish the
  71 +process and add the document.{/i18n}</p>
  72 +<input type="submit" name="submit" value="{i18n}Add{/i18n}" />
  73 +
  74 +<hr />
  75 +
  76 +<h3>{i18n}Additional Information about this Document{/i18n}</h3>
  77 +<p class="descriptiveText">{i18n}Document Metadata allows you to provide additional,
  78 +important information about this document that can be used to classify and report
  79 +on its contents. The exact information required depends on the <strong>Document Type</strong>
  80 +you selected above. Some of this information may be <strong>required</strong>, so please
  81 +review the list of requested information carefully before finishing the process.{/i18n}</p>
  82 +
69 83 <div id="generic_metadata_fields">
70 84 {foreach item=oFieldset from=$generic_fieldsets}
71 85 {$oFieldset->renderEdit($document_data)}
... ...