diff --git a/browse.php b/browse.php index fc35dd8..57363a7 100755 --- a/browse.php +++ b/browse.php @@ -436,8 +436,8 @@ class BrowseDispatcher extends KTStandardDispatcher { $oWF =& KTWidgetFactory::getSingleton(); $oWidget = $oWF->get('ktcore.widgets.collection', - array('label' => _kt('Browse'), - 'description' => _kt('Select something'), + array('label' => _kt('Target Folder'), + 'description' => _kt('Use the folder collection and path below to browse to the folder you wish to move the documents into.'), 'required' => true, 'name' => 'browse', 'folder_id' => $oFolder->getId(), diff --git a/plugins/ktcore/admin/archivedDocuments.php b/plugins/ktcore/admin/archivedDocuments.php index 0fc3580..c369824 100755 --- a/plugins/ktcore/admin/archivedDocuments.php +++ b/plugins/ktcore/admin/archivedDocuments.php @@ -96,8 +96,8 @@ class ArchivedDocumentsDispatcher extends KTAdminDispatcher { $oWF =& KTWidgetFactory::getSingleton(); $oWidget = $oWF->get('ktcore.widgets.collection', - array('label' => _kt('Browse'), - 'description' => _kt('Select something'), + array('label' => _kt('Target Documents'), + 'description' => _kt('Use the folder collection and path below to browse to the folder containing the documents you wish to restore.'), 'required' => true, 'name' => 'browse', 'folder_id' => $oFolder->getId(), diff --git a/plugins/ktstandard/KTDocumentLinks.php b/plugins/ktstandard/KTDocumentLinks.php index 2eb6a52..e40c164 100644 --- a/plugins/ktstandard/KTDocumentLinks.php +++ b/plugins/ktstandard/KTDocumentLinks.php @@ -141,8 +141,8 @@ class KTDocumentLinkAction extends KTDocumentAction { $oWF =& KTWidgetFactory::getSingleton(); $oWidget = $oWF->get('ktcore.widgets.collection', - array('label' => _kt('Browse'), - 'description' => _kt('Select something'), + array('label' => _kt('Target Document'), + 'description' => _kt('Use the folder collection and path below to browse to the document you wish to link to.'), 'required' => true, 'name' => 'browse', 'folder_id' => $oFolder->getId(), diff --git a/templates/ktcore/action/mass_move.smarty b/templates/ktcore/action/mass_move.smarty index 0ea1f43..8e72231 100644 --- a/templates/ktcore/action/mass_move.smarty +++ b/templates/ktcore/action/mass_move.smarty @@ -13,13 +13,7 @@ {if ($documents)}{$documents}{/if} -
{i18n}Use the folder collection and path below to -browse to the folder you wish to move the documents into.{/i18n}
- {$collection->render()} -