File "edit_table_header.twig"
Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/templates/database/central_columns/edit_table_header.twig
File size: 264 B
MIME-type:
Charset: utf-8
<table id="table_columns" class="noclick">
<caption class="tblHeaders">{% trans 'Structure' %}</caption>
<thead>
<tr>
{% for header in headers %}
<th>{{ header }}</th>
{% endfor %}
</tr>
</thead>