Commit 490aead73fd902dda65975be3f606e5d8c1ba553
1 parent
c0e290c6
add folder name to upload, import and role allocation, per KTS-1144 and KTS-1145
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5701 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
6 changed files
with
8 additions
and
1 deletions
plugins/ktcore/KTPermissions.php
plugins/ktcore/folder/BulkImport.php
plugins/ktcore/folder/BulkUpload.php
templates/ktcore/folder/bulkImport.smarty
| ... | ... | @@ -54,6 +54,8 @@ addLoadEvent(startupMetadata); |
| 54 | 54 | {/capture} |
| 55 | 55 | {$context->oPage->requireJSStandalone($sJavascript)} |
| 56 | 56 | |
| 57 | +<h2>{i18n arg_foldername=$foldername}Import files into "#foldername#"{/i18n}</h2> | |
| 58 | + | |
| 57 | 59 | <form method="POST" action="{$smarty.server.PHP_SELF}" enctype="multipart/form-data"> |
| 58 | 60 | <fieldset><legend>{i18n}Import from Server Location{/i18n}</legend> |
| 59 | 61 | <p class="descriptiveText">{i18n}The bulk import facility allows for a number | ... | ... |
templates/ktcore/folder/bulkUpload.smarty
| ... | ... | @@ -54,6 +54,8 @@ addLoadEvent(startupMetadata); |
| 54 | 54 | {/capture} |
| 55 | 55 | {$context->oPage->requireJSStandalone($sJavascript)} |
| 56 | 56 | |
| 57 | +<h2>{i18n arg_foldername=$foldername}Upload files into "#foldername#"{/i18n}</h2> | |
| 58 | + | |
| 57 | 59 | <form method="POST" action="{$smarty.server.PHP_SELF|addQueryString:"postExpected=1&fFolderId="}{$context->oFolder->getId()}" enctype="multipart/form-data"> |
| 58 | 60 | <fieldset><legend>{i18n}Bulk import{/i18n}</legend> |
| 59 | 61 | <p class="descriptiveText">{i18n}The bulk upload facility allows for a number | ... | ... |
templates/ktcore/folder/roles.smarty