Files
web.ems/phpMyAdmin/templates/database/central_columns/edit_table_header.twig
2024-10-22 10:36:20 +08:00

10 lines
264 B
Twig

<table id="table_columns" class="noclick">
<caption class="tblHeaders">{% trans 'Structure' %}</caption>
<thead>
<tr>
{% for header in headers %}
<th>{{ header }}</th>
{% endfor %}
</tr>
</thead>