/**
  * main preferences of the group view
  *
  * @return array
  *
  * @author Sebastian Diel <*****@*****.**>
  * @since 14.02.2011
  */
 protected function preferences()
 {
     $preferences = parent::preferences();
     $preferences['code'] = 'tile';
     $preferences['i18n_key'] = 'SilvercartGroupView.TILE';
     $preferences['i18n_default'] = 'Tile';
     return $preferences;
 }
 /**
  * main preferences of the group view
  *
  * @return array
  * 
  * @author Sebastian Diel <*****@*****.**>
  * @since 14.02.2011
  */
 protected function preferences()
 {
     $preferences = parent::preferences();
     $preferences['code'] = 'list';
     $preferences['i18n_key'] = 'SilvercartGroupView.LIST';
     $preferences['i18n_default'] = 'List';
     return $preferences;
 }