Schema Classes structure

This commit is contained in:
Adnan
2010-06-24 20:37:39 +05:00
parent 8dc2149272
commit 9befa3965e
2 changed files with 34 additions and 2 deletions

View File

@@ -646,6 +646,13 @@ 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
/**