Pluralized file criteria, cleaned up CSS and removed dead code

This commit is contained in:
Robb Ebright 2018-01-03 18:57:02 -05:00
parent 91906e5b5d
commit 927fcbc42d
5 changed files with 22 additions and 56 deletions

View file

@ -67,6 +67,7 @@ class PlaylistController extends Zend_Controller_Action
if ($formIsValid) {
$this->view->poolCount = $obj->getListofFilesMeetCriteria()['count'];
}
$this->view->showPoolCount = true;
$this->view->html = $this->view->render('playlist/update.phtml');
$this->view->name = $obj->getName();
$this->view->description = $obj->getDescription();