addElement( 'select', 'type', array( 'label' => 'Block Type', 'multiOptions' => array(App_Conference_Abstract_Obj::SEASON_DEFAULT => 'Default') + App_Conference_Abstract_Obj::getSeasons4Select() ) ); return $this; } }