Your IP : 3.147.104.221


Current Path : /usr/share/phpmyadmin/templates/table/structure/
Upload File :
Current File : //usr/share/phpmyadmin/templates/table/structure/partition_definition_form.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>