Beispiel #1
0
 /**
  * Get right actions tempaltes
  *
  * @return array
  */
 protected function getRightActions()
 {
     $list = parent::getRightActions();
     $list[] = $this->getDir() . '/' . $this->getPageBodyDir() . '/order/action.link.tpl';
     return $list;
 }