Commit c3c25c44de8234066eaad2f84e9e7f338011c498
1 parent
0d542629
fix for text repetition.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5782 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/folder/bulkUpload.smarty
| @@ -57,7 +57,7 @@ addLoadEvent(startupMetadata); | @@ -57,7 +57,7 @@ addLoadEvent(startupMetadata); | ||
| 57 | <h2>{i18n arg_foldername=$foldername}Upload files into "#foldername#"{/i18n}</h2> | 57 | <h2>{i18n arg_foldername=$foldername}Upload files into "#foldername#"{/i18n}</h2> |
| 58 | 58 | ||
| 59 | <form method="POST" action="{$smarty.server.PHP_SELF|addQueryString:"postExpected=1&fFolderId="}{$context->oFolder->getId()}" enctype="multipart/form-data"> | 59 | <form method="POST" action="{$smarty.server.PHP_SELF|addQueryString:"postExpected=1&fFolderId="}{$context->oFolder->getId()}" enctype="multipart/form-data"> |
| 60 | -<fieldset><legend>{i18n}Bulk import{/i18n}</legend> | 60 | +<fieldset><legend>{i18n}Bulk upload{/i18n}</legend> |
| 61 | <p class="descriptiveText">{i18n}The bulk upload facility allows for a number | 61 | <p class="descriptiveText">{i18n}The bulk upload facility allows for a number |
| 62 | of documents to be added to the document management system. | 62 | of documents to be added to the document management system. |
| 63 | Provide an archive (ZIP) file from your local computer, and all | 63 | Provide an archive (ZIP) file from your local computer, and all |