You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <form action="tbl_structure.php" method="post">
- {{ Url_getHiddenInputs(db, table) }}
- <input type="hidden" name="edit_partitioning" value="true" />
-
- <fieldset>
- <legend>{% trans 'Edit partitioning' %}</legend>
- {% include 'columns_definitions/partitions.twig' with {
- 'partition_details': partition_details
- } only %}
- </fieldset>
- <fieldset class="tblFooters">
- <input type="submit" name="save_partitioning" value="{% trans 'Save' %}">
- </fieldset>
- </form>
|