13 lines
463 B
PHTML
13 lines
463 B
PHTML
<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>
|