protected function renderUnreportedButton()
 {
     $smarty = Context::getContext()->smarty;
     $smarty->assign('href', YousticeHelpersHelperFunctions::sh($this->href));
     return $smarty->fetch(YRS_TEMPLATE_PATH . 'orderButton/unreportedButton.tpl');
 }
 public function toString()
 {
     $smarty = Context::getContext()->smarty;
     $smarty->assign('href', YousticeHelpersHelperFunctions::sh($this->href));
     return $smarty->fetch(YRS_TEMPLATE_PATH . 'orderDetailButton/unreportedButton.tpl');
 }