public function __viewIndex($resource_type)
 {
     parent::__viewIndex(RESOURCE_TYPE_EVENT);
     $this->setTitle(__('%1$s – %2$s', array(__('Events'), __('Symphony'))));
     $this->appendSubheading(__('Events'), Widget::Anchor(__('Create New'), Administration::instance()->getCurrentPageURL() . 'new/', __('Create a new event'), 'create button', null, array('accesskey' => 'c')));
 }