Commit 104d2ea9ce3955b9c0e8dd4e84401fbe6b73d729
1 parent
dbb1555b
- archive browsing needs a template
- IE compatible icon version. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4691 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
29 additions
and
0 deletions
templates/ktcore/document/admin/archivebrowse.smarty
0 → 100644
| 1 | +<h2>{i18n}Archived Documents{/i18n}</h2> | ||
| 2 | + | ||
| 3 | +<p class="descriptiveText">{i18n}In order to keep the documents which are visible useful | ||
| 4 | +to end users it is possible to <strong>archive</strong> old documents. Users who | ||
| 5 | +want to see these old documents need to request their restoration. These requests | ||
| 6 | +will typically be done within the system and will generate a | ||
| 7 | +notification to you.{/i18n} | ||
| 8 | +</p> | ||
| 9 | + | ||
| 10 | +<form method="POST" action="{$smarty.server.PHP_SELF}"> | ||
| 11 | +<input type="hidden" name="action" value="confirm_restore" /> | ||
| 12 | +<p class="descriptiveText">{i18n}Use the folder collection and path below to | ||
| 13 | +browse to the folder you wish to move the documents into.{/i18n}</p> | ||
| 14 | + | ||
| 15 | +<input type="hidden" name="fFolderId" value="{$folder->getId()}" /> | ||
| 16 | +{foreach from=$collection_breadcrumbs item=breadcrumb name=bc} | ||
| 17 | +<a href="{$breadcrumb.url}">{$breadcrumb.name}</a> | ||
| 18 | +{if !$smarty.foreach.bc.last} | ||
| 19 | +» | ||
| 20 | +{/if} | ||
| 21 | +{/foreach} | ||
| 22 | +{$collection->render()} | ||
| 23 | +</div> | ||
| 24 | + | ||
| 25 | +<div class="form_actions"> | ||
| 26 | +<input type="submit" name="submit[move]" value="{i18n}Restore{/i18n}" /> | ||
| 27 | +</div> | ||
| 28 | +</fieldset> | ||
| 29 | +</form> |
thirdparty/icon-theme/16x16/status/dialog-information.gif
0 → 100644
1 KB