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.
 
 
 
 
 
 

15 lines
517 B

  1. <form action="tbl_structure.php" method="post">
  2. {{ Url_getHiddenInputs(db, table) }}
  3. <input type="hidden" name="edit_partitioning" value="true" />
  4. <fieldset>
  5. <legend>{% trans 'Edit partitioning' %}</legend>
  6. {% include 'columns_definitions/partitions.twig' with {
  7. 'partition_details': partition_details
  8. } only %}
  9. </fieldset>
  10. <fieldset class="tblFooters">
  11. <input type="submit" name="save_partitioning" value="{% trans 'Save' %}">
  12. </fieldset>
  13. </form>