Revert "schema classes structure"

This reverts commit 589eef3280.
This commit is contained in:
Adnan
2010-06-24 20:26:14 +05:00
parent fc838dd0cb
commit 0e9f6247e4
25 changed files with 8609 additions and 8551 deletions

View File

@@ -646,13 +646,6 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?>
.' alt="" width="16" height="16" />';
}
echo __('Edit PDF Pages') . '</a></fieldset>';
// Export Relational Schema View
echo '<fieldset><a href="export_relation_schema.php?' . $url_query . '">';
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"'
.' alt="" width="16" height="16" />';
}
echo __('Export Relational Schema View') . '</a></fieldset>';
} // end if
/**