CC-3514: Playlist-> Metadata list of fields is not matching to that of

Playlist->Edit Metadata

- fixed
This commit is contained in:
James 2012-04-03 18:09:03 -04:00
parent bcdd27863f
commit ebbaa02210
2 changed files with 9 additions and 1 deletions

View file

@ -87,6 +87,13 @@ class Application_Form_EditAudioMD extends Zend_Form
'class' => 'input_text',
'filters' => array('StringTrim')
));
// Add conductor field
$this->addElement('text', 'conductor', array(
'label' => 'Conductor:',
'class' => 'input_text',
'filters' => array('StringTrim')
));
// Add mood field
$this->addElement('text', 'mood', array(