diff --git a/airtime_mvc/application/controllers/LibraryController.php b/airtime_mvc/application/controllers/LibraryController.php index 8ae173d98..364897eb4 100644 --- a/airtime_mvc/application/controllers/LibraryController.php +++ b/airtime_mvc/application/controllers/LibraryController.php @@ -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'); } diff --git a/airtime_mvc/application/views/scripts/library/edit-file-md.phtml b/airtime_mvc/application/views/scripts/library/edit-file-md.phtml index 348d94e4b..e3c2a0d11 100644 --- a/airtime_mvc/application/views/scripts/library/edit-file-md.phtml +++ b/airtime_mvc/application/views/scripts/library/edit-file-md.phtml @@ -1,3 +1,6 @@
diff --git a/airtime_mvc/public/css/dashboard.css b/airtime_mvc/public/css/dashboard.css index 658371c00..cd1188c31 100644 --- a/airtime_mvc/public/css/dashboard.css +++ b/airtime_mvc/public/css/dashboard.css @@ -423,6 +423,10 @@ li.ui-state-default { .inner_editor_title h2 { margin: 10px 0 0 10px; + width: 85%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .inner_editor_title span { font-size: inherit;