'; // The view original XML button if ($table->getIndex($indexparam)) { $b .= ' [' . $this->str['vieworiginal'] . ']'; } else { $b .= ' [' . $this->str['vieworiginal'] . ']'; } // The view edited XML button if ($index->hasChanged()) { $b .= ' [' . $this->str['viewedited'] . ']'; } else { $b .= ' [' . $this->str['viewedited'] . ']'; } // The back to edit table button $b .= ' [' . $this->str['back'] . ']'; $b .= '