SelectionToolbar: temporarily disabled
Doesn't work as multiselect doesn't understand all filters
This commit is contained in:
parent
7b5d7bdbcf
commit
2ab75e1433
|
@ -12,6 +12,7 @@ class Zend_View_Helper_SelectionToolbar extends Zend_View_Helper_Abstract
|
|||
*/
|
||||
public function selectionToolbar($type, $target = null)
|
||||
{
|
||||
return '';
|
||||
if ($type == 'multi') {
|
||||
return '<div class="selection-toolbar">'
|
||||
. '<a href="' . $target . '" data-base-target="_next"> Show All </a> </div>';
|
||||
|
|
Loading…
Reference in New Issue