protected function initImportForm($a_new_type)
 {
     $form = parent::initImportForm($a_new_type);
     $form->getItemByPostVar('importfile')->setSuffixes(array("zip", "xml"));
     return $form;
 }