' . $this->str['pendingchangescannotbesaved'] . '
' . $this->str['pendingchanges'] . '
'; // The view original XML button $b .= ' [' . $this->str['vieworiginal'] . ']'; // The view edited XML button if ($structure->hasChanged()) { $b .= ' [' . $this->str['viewedited'] . ']'; } else { $b .= ' [' . $this->str['viewedited'] . ']'; } // The new table button $b .= ' [' . $this->str['newtable'] . ']'; // The new from MySQL button if ($DB->get_dbfamily() == 'mysql') { $b .= ' [' . $this->str['newtablefrommysql'] . ']'; } else { $b .= ' [' . $this->str['newtablefrommysql'] . ']'; } // The view sql code button $b .= '[' .$this->str['viewsqlcode'] . ']'; // The view php code button $b .= ' [' . $this->str['viewphpcode'] . ']'; // The save button (if possible) if ($cansavenow) { $b .= ' [' . $this->str['save'] . ']'; } // The back to main menu button $b .= ' [' . $this->str['backtomainview'] . ']'; $b .= '