public function getSearchButtonHtml()
 {
     return parent::getSearchButtonHtml() . $this->getChildHtml('return_order_button') . $this->getChildHtml('return_all_order_button') . $this->getChildHtml('cancel_order_button');
 }
示例#2
0
 public function getSearchButtonHtml()
 {
     return parent::getSearchButtonHtml() . $this->getChildHtml('save_button') . $this->getChildHtml('email_button');
 }