/**
  * Add the paginator panel to the table.
  *
  * Only called when $this->browse is true. Overrule this function
  * to define your own method.
  *
  * $param \Zend_Paginator $paginator
  */
 protected function addPaginator(\MUtil_Html_TableElement $table, \Zend_Paginator $paginator)
 {
     $table->tfrow()->pagePanel($paginator, $this->request, $this->translate);
 }
 /**
  * Add the paginator panel to the table.
  *
  * Only called when $this->browse is true. Overrule this function
  * to define your own method.
  *
  * @param \MUtil_Html_TableElement $table
  * $param \Zend_Paginator $paginator
  */
 protected function addPaginator(\MUtil_Html_TableElement $table, \Zend_Paginator $paginator)
 {
     $table->tfrow()->pagePanel($paginator, $this->request, array('baseUrl' => $this->baseUrl));
 }