From 104d2ea9ce3955b9c0e8dd4e84401fbe6b73d729 Mon Sep 17 00:00:00 2001 From: Brad Shuttleworth Date: Thu, 26 Jan 2006 09:18:04 +0000 Subject: [PATCH] - archive browsing needs a template - IE compatible icon version. --- templates/ktcore/document/admin/archivebrowse.smarty | 29 +++++++++++++++++++++++++++++ thirdparty/icon-theme/16x16/status/dialog-information.gif | Bin 0 -> 1025 bytes 2 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 templates/ktcore/document/admin/archivebrowse.smarty create mode 100644 thirdparty/icon-theme/16x16/status/dialog-information.gif diff --git a/templates/ktcore/document/admin/archivebrowse.smarty b/templates/ktcore/document/admin/archivebrowse.smarty new file mode 100644 index 0000000..4c1f8cd --- /dev/null +++ b/templates/ktcore/document/admin/archivebrowse.smarty @@ -0,0 +1,29 @@ +

{i18n}Archived Documents{/i18n}

+ +

{i18n}In order to keep the documents which are visible useful +to end users it is possible to archive old documents. Users who +want to see these old documents need to request their restoration. These requests +will typically be done within the system and will generate a +notification to you.{/i18n} +

+ +
+ +

{i18n}Use the folder collection and path below to +browse to the folder you wish to move the documents into.{/i18n}

+ + +{foreach from=$collection_breadcrumbs item=breadcrumb name=bc} +{$breadcrumb.name} +{if !$smarty.foreach.bc.last} +» +{/if} +{/foreach} +{$collection->render()} + + +
+ +
+ +
diff --git a/thirdparty/icon-theme/16x16/status/dialog-information.gif b/thirdparty/icon-theme/16x16/status/dialog-information.gif new file mode 100644 index 0000000..a9c63b1 Binary files /dev/null and b/thirdparty/icon-theme/16x16/status/dialog-information.gif differ -- libgit2 0.21.4