HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
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>