CC-1708 added x instead of input to remove items. Merging side playlist and playlist into one.

This commit is contained in:
naomiaro 2011-01-16 15:35:00 -05:00
parent da85a5ad26
commit 01df8d8d6b
15 changed files with 78 additions and 230 deletions

View file

@ -51,7 +51,7 @@ class SearchController extends Zend_Controller_Action
$this->_helper->actionStack('contents', 'library');
$this->_helper->actionStack('display', 'search');
$this->_helper->actionStack('index', 'sideplaylist');
$this->_helper->actionStack('index', 'playlist');
}
public function displayAction()