Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
1812db1490
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ class Application_Form_EditAudioMD extends Zend_Form
|
||||||
$this->addElement('text', 'bpm', array(
|
$this->addElement('text', 'bpm', array(
|
||||||
'label' => 'BPM:',
|
'label' => 'BPM:',
|
||||||
'class' => 'input_text',
|
'class' => 'input_text',
|
||||||
'filters' => array('StringTrim')
|
'filters' => array('StringTrim'),
|
||||||
|
'validators' => array(array('StringLength', false, array(0, 8)))
|
||||||
));
|
));
|
||||||
|
|
||||||
// Add copyright field
|
// Add copyright field
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue