/**
  * Builds the button
  */
 public function __construct()
 {
     return parent::__construct('doSend', _t('Push.DO_SEND', 'Send'));
 }
 /**
  * Builds the button
  */
 public function __construct()
 {
     parent::__construct("doSaveAndPrev", _t('GridFieldDetailForm.SAVEANDPREV', 'Save and go to previous record'));
 }
 /**
  * Builds the button
  */
 public function __construct()
 {
     parent::__construct('unpublish', _t('SiteTree.BUTTONUNPUBLISH', 'Unpublish'));
 }
 /**
  * Builds the button
  * @param Form                            $form    The form that holds the button
  * @param GridFieldDetailForm_ItemRequest $request The request that points to the form
  */
 public function __construct()
 {
     parent::__construct("doNew", _t('GridFieldBetterButtons.NEWRECORD', 'New record'));
 }
 /**
  * Builds the button
  */
 public function __construct()
 {
     parent::__construct('save', _t('GridFieldDetailForm.SAVE', 'Save'));
 }
 /**
  * Builds the button
  */
 public function __construct()
 {
     parent::__construct('doDelete', _t('GridFieldDetailForm.Delete', 'Delete'));
 }
 /**
  * Builds the button
  */
 public function __construct()
 {
     parent::__construct('publish', _t('SiteTree.BUTTONSAVEPUBLISH', 'Save & publish'));
 }
 /**
  * Builds the button
  */
 public function __construct()
 {
     parent::__construct("doSaveAndNext", _t('GridFieldDetailForm.SAVEANDNEXT', 'Save and go to next record'));
 }
 /**
  * Builds the button
  */
 public function __construct()
 {
     parent::__construct("doSaveAndAdd", _t('GridFieldBetterButtons.SAVEANDADDNEW', 'Save and add new'));
 }
 /**
  * Builds the button
  */
 public function __construct()
 {
     parent::__construct('save', _t('SiteTree.BUTTONSAVED', 'Saved'));
 }
 /**
  * Builds the button
  */
 public function __construct()
 {
     parent::__construct('rollback', _t('SiteTree.BUTTONCANCELDRAFT', 'Cancel draft changes'));
 }
 /**
  * Builds the button
  */
 public function __construct()
 {
     parent::__construct("doSaveAndQuit", _t('GridFieldDetailForm.SAVEANDCLOSE', 'Save and close'));
 }