From 872df810e8c6bea779a92d117c29fc0607c255ee Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 21 Nov 2005 19:45:06 +0000 Subject: [PATCH] Template for archive action. --- templates/ktcore/action/archive.smarty | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+), 0 deletions(-) create mode 100644 templates/ktcore/action/archive.smarty diff --git a/templates/ktcore/action/archive.smarty b/templates/ktcore/action/archive.smarty new file mode 100644 index 0000000..9ea897a --- /dev/null +++ b/templates/ktcore/action/archive.smarty @@ -0,0 +1,21 @@ +

FIXME: Descriptive text.

+ +{assign var=iDocumentId value=$context->oDocument->getId()} +

If you do not intend to archive this document, you should +cancel +the archive.

+ +
+
Archive + + +{foreach from=$fields item=oWidget } + {$oWidget->render()} +{/foreach} + +
+ + +
+
+
-- libgit2 0.21.4