Pluralized file criteria, cleaned up CSS and removed dead code
This commit is contained in:
parent
91906e5b5d
commit
927fcbc42d
5 changed files with 22 additions and 56 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue