b0y-101 Mini Shell


Current Path : E:/phpMyAdmin/templates/table/insert/
File Upload :
Current File : E:/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>

Copyright © 2019 by b0y-101