edit.twig 756 B

12345678910111213141516171819202122
  1. <form id="multi_edit_central_columns">
  2. <table id="table_columns" class="pma-table noclick">
  3. <caption class="tblHeaders">{% trans 'Structure' %}</caption>
  4. <thead>
  5. <tr>
  6. <th>{% trans 'Name' %}</th>
  7. <th>{% trans 'Type' %}</th>
  8. <th>{% trans 'Length/Values' %}</th>
  9. <th>{% trans 'Default' %}</th>
  10. <th>{% trans 'Collation' %}</th>
  11. <th>{% trans 'Attributes' %}</th>
  12. <th>{% trans 'Null' %}</th>
  13. <th>{% trans %}A_I{% context %}Auto Increment{% endtrans %}</th>
  14. </tr>
  15. </thead>
  16. {{ rows|raw }}
  17. </table>
  18. <fieldset class="tblFooters">
  19. <input class="btn btn-primary" type="submit" name="save_multi_central_column_edit" value="{% trans 'Save' %}">
  20. </fieldset>
  21. </form>