Schema Classes structure
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user