File "get_head_and_foot_of_insert_row_table.twig"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/table/insert/get_head_and_foot_of_insert_row_table.twig
File size: 510 bytes
MIME-type: text/html
Charset: utf-8

<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>