Initial commit
This commit is contained in:
11
#pma/templates/database/designer/schema_export.phtml
Normal file
11
#pma/templates/database/designer/schema_export.phtml
Normal file
@ -0,0 +1,11 @@
|
||||
<form method="post" action="schema_export.php" class="disableAjax" id="id_export_pages">
|
||||
<fieldset>
|
||||
<?= PMA_URL_getHiddenInputs($db); ?>
|
||||
<label><?= __('Select Export Relational Type'); ?></label><br/>
|
||||
<?= PMA_pluginGetChoice(
|
||||
'Schema', 'export_type', $export_list, 'format'
|
||||
); ?>
|
||||
<input type="hidden" name="page_number" value="<?= htmlspecialchars($page); ?>" />
|
||||
<?= PMA_pluginGetOptions('Schema', $export_list); ?>
|
||||
</fieldset>
|
||||
</form>
|
Reference in New Issue
Block a user