init web ems all
This commit is contained in:
9
phpMyAdmin/templates/database/central_columns/edit_table_header.twig
Executable file
9
phpMyAdmin/templates/database/central_columns/edit_table_header.twig
Executable file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user