Commit 70eb9cf23eecc38771fcf61d237462ddfba3b5e2
1 parent
edb45280
fix for archive malformation.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5192 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/document/admin/archivebrowse.smarty
| ... | ... | @@ -20,7 +20,7 @@ browse to the folder you wish to move the documents into.{/i18n}</p> |
| 20 | 20 | {/if} |
| 21 | 21 | {/foreach} |
| 22 | 22 | {$collection->render()} |
| 23 | -</div> | |
| 23 | + | |
| 24 | 24 | |
| 25 | 25 | <div class="form_actions"> |
| 26 | 26 | <input type="submit" name="submit[move]" value="{i18n}Restore{/i18n}" /> | ... | ... |