Example #1
0
 /**
  * Override if the view should show a next link.
  */
 protected function renderNextPageLinkContent()
 {
     return ZurmoHtml::linkButton(ZurmoHtml::wrapLabel($this->renderNextPageLinkLabel()), array('class' => 'green-button'));
 }
Example #2
0
 /**
  * Override if the view should show a next link.
  */
 protected function renderNextPageLinkContent()
 {
     return ZurmoHtml::linkButton(ZurmoHtml::wrapLabel(Zurmo::t('ImportModule', 'Next')));
 }