schema classes structure

This commit is contained in:
Adnan
2010-06-24 18:31:42 +05:00
parent d38b380c32
commit 589eef3280
25 changed files with 8551 additions and 8609 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
/**