/**
  * Gets the HTML that represents the button
  * @return string
  */
 public function getButtonHTML()
 {
     $this->addExtraClass("backlink");
     return parent::getButtonHTML($form, $request);
 }