Initial commit
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<form action="tbl_structure.php" method="post">
|
||||
|
||||
<?= PMA_URL_getHiddenInputs($db, $table); ?>
|
||||
<input type="hidden" name="edit_partitioning" value="true" />
|
||||
|
||||
<fieldset>
|
||||
<legend><?= __('Edit partitioning'); ?></legend>
|
||||
<?php include 'libraries/tbl_partition_definition.inc.php'; ?>
|
||||
</fieldset>
|
||||
<fieldset class="tblFooters">
|
||||
<input type="submit" name="save_partitioning" value="<?= __('Save'); ?>">
|
||||
</fieldset>
|
||||
</form>
|
Reference in New Issue
Block a user