Added metadata editor title and ellipsis
This commit is contained in:
parent
a08d5b71cf
commit
8c90fbe4eb
3 changed files with 9 additions and 0 deletions
|
@ -460,7 +460,9 @@ class LibraryController extends Zend_Controller_Action
|
|||
}
|
||||
|
||||
$this->view->form = $form;
|
||||
Logging::info($this->view->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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue