Improve tabs functionality and add comments

This commit is contained in:
Duncan Sommerville 2015-09-22 17:34:24 -04:00
parent 50996a081f
commit 44a5e5a240
5 changed files with 291 additions and 174 deletions

View file

@ -377,7 +377,6 @@ class LibraryController extends Zend_Controller_Action
$this->view->form = $form;
$this->view->id = $file_id;
$this->view->title = $file->getPropelOrm()->getDbTrackTitle();
$this->view->type = "md";
$this->view->html = $this->view->render('library/edit-file-md.phtml');
}