aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/templates/database/central_columns/edit_table_header.twig
blob: 947d841f13d6c070723ee51c2ccf7a63587df534 (plain)
1
2
3
4
5
6
7
8
9
<table id="table_columns" class="noclick">
    <caption class="tblHeaders">{% trans 'Structure' %}</caption>
    <thead>
        <tr>
            {% for header in headers %}
                <th>{{ header }}</th>
            {% endfor %}
        </tr>
    </thead>