public function render()
 {
     parent::render();
     $this->_page = oxConfig::getParameter('seite');
     $this->_searchKey = oxConfig::getParameter('search_key');
     $this->addTplParam('list', $this->_getData());
     $this->addTplParam('editUrl', $this->_getAdminUrl() . '&cl=paymill_log_entry');
     $this->addTplParam('pageCount', $this->_pageCount);
     return 'paymill_log_list.tpl';
 }
Exemplo n.º 2
0
 public function render()
 {
     parent::render();
     return 'paymill_log.tpl';
 }
 public function render()
 {
     parent::render();
     $this->addTplParam('hookUrl', $this->getConfig()->getSslShopUrl() . 'index.php?cl=paymill_hooks');
     return 'paymill_register_hook.tpl';
 }