From 57214b03e7605f44b2e058b21c3fd8d7b093c580 Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 22 Dec 2005 17:44:44 +0000 Subject: [PATCH] Use postExpected/postReceived trick to check the POST arrived totally intact. --- templates/ktcore/document/add.smarty | 4 ++-- templates/ktcore/folder/bulkUpload.smarty | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/ktcore/document/add.smarty b/templates/ktcore/document/add.smarty index 574f9de..73a7f93 100644 --- a/templates/ktcore/document/add.smarty +++ b/templates/ktcore/document/add.smarty @@ -60,7 +60,6 @@ addLoadEvent(startupMetadata);
oFolder->getId()}" enctype="multipart/form-data">
{i18n}Add a document{/i18n} - {foreach from=$add_fields item=oWidget } @@ -78,6 +77,7 @@ addLoadEvent(startupMetadata);
- +
+ diff --git a/templates/ktcore/folder/bulkUpload.smarty b/templates/ktcore/folder/bulkUpload.smarty index ebbe1f8..3ee7198 100644 --- a/templates/ktcore/folder/bulkUpload.smarty +++ b/templates/ktcore/folder/bulkUpload.smarty @@ -44,7 +44,7 @@ addLoadEvent(startupMetadata); {/capture} {$context->oPage->requireJSStandalone($sJavascript)} -
+oFolder->getId()}" enctype="multipart/form-data">
{i18n}Bulk import{/i18n}

{i18n}The bulk upload facility allows for a number of documents to be added to the document management system. @@ -72,4 +72,5 @@ management system.{/i18n}

+ -- libgit2 0.21.4