SelectionToolbar: temporarily disabled

Doesn't work as multiselect doesn't understand all filters
This commit is contained in:
Thomas Gelf 2014-06-21 03:33:16 +02:00
parent 7b5d7bdbcf
commit 2ab75e1433
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class Zend_View_Helper_SelectionToolbar extends Zend_View_Helper_Abstract
*/ */
public function selectionToolbar($type, $target = null) public function selectionToolbar($type, $target = null)
{ {
return '';
if ($type == 'multi') { if ($type == 'multi') {
return '<div class="selection-toolbar">' return '<div class="selection-toolbar">'
. '<a href="' . $target . '" data-base-target="_next"> Show All </a> </div>'; . '<a href="' . $target . '" data-base-target="_next"> Show All </a> </div>';