HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/phpmyadmin/templates/table/insert/get_head_and_foot_of_insert_row_table.twig
<div class="table-responsive-lg">
  <table class="table table-striped align-middle my-3 insertRowTable w-auto">
    <thead>
    <tr>
      <th>{% trans 'Column' %}</th>
      {{ type|raw }}
      {{ function|raw }}
      <th>{% trans 'Null' %}</th>
      <th class="w-50">{% trans 'Value' %}</th>
    </tr>
    </thead>
     <tfoot>
    <tr>
      <th colspan="5" class="tblFooters text-end">
        <input class="btn btn-primary" type="submit" value="{% trans 'Go' %}">
        </th>
      </tr>
    </tfoot>