From 1a840b39704f3512ff13bda35a07b64c1c4a1d29 Mon Sep 17 00:00:00 2001 From: Brad Shuttleworth Date: Tue, 11 Jul 2006 09:42:25 +0000 Subject: [PATCH] add option to make the mass-actions work again. --- browse.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/browse.php b/browse.php index 0acd99e..c362702 100755 --- a/browse.php +++ b/browse.php @@ -231,7 +231,11 @@ class BrowseDispatcher extends KTStandardDispatcher { $collection->setOptions($aOptions); $collection->setQueryObject(new BrowseQuery("1", $this->oUser, array('ignorepermissions' => false))); - + $collection->setColumnOptions('ktcore.columns.selection', array( + 'rangename' => 'selection', + 'show_folders' => true, + 'show_document' => true, + )); $oTemplating =& KTTemplating::getSingleton(); $oTemplate = $oTemplating->loadTemplate("kt3/browse"); -- libgit2 0.21.4