still old context menus for schedule, wondering why they aren't popping up.
This commit is contained in:
parent
d2b1bf0622
commit
fc2e407ad0
9 changed files with 387 additions and 49 deletions
|
@ -27,6 +27,8 @@ class SearchController extends Zend_Controller_Action
|
|||
$this->_helper->layout->setLayout('search');
|
||||
|
||||
$this->view->headScript()->appendFile('/js/campcaster/onready/search.js','text/javascript');
|
||||
$this->view->headScript()->appendFile('/js/contextmenu/jjmenu.js','text/javascript');
|
||||
$this->view->headLink()->appendStylesheet('/css/contextmenu.css');
|
||||
|
||||
$this->_helper->actionStack('display', 'search');
|
||||
$this->_helper->actionStack('contents', 'library');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue