Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
Paul Baranowski 2011-06-21 12:03:45 -04:00
commit 2754b199b5

View file

@ -95,14 +95,14 @@ class Application_Form_RegisterAirtime extends Zend_Form
$upload = new Zend_Form_Element_File('Logo'); $upload = new Zend_Form_Element_File('Logo');
$upload->setLabel('Station Logo:') $upload->setLabel('Station Logo:')
->setRequired(false) ->setRequired(false)
->setDecorators(array('File')) ->setDecorators(array('File'));
->addValidator('Count', false, 1) /*->addValidator('Count', false, 1)
->addValidator('Extension', false, 'jpg,png,gif') ->addValidator('Extension', false, 'jpg,png,gif')
->addValidator('ImageSize', false, array( ->addValidator('ImageSize', false, array(
'minwidth' => 200, 'minwidth' => 200,
'minheight' => 200, 'minheight' => 200,
'maxwidth' => 600, 'maxwidth' => 600,
'maxheight' => 600)); 'maxheight' => 600));*/
$this->addElement($upload); $this->addElement($upload);
//enable support feedback //enable support feedback