init web ems all
This commit is contained in:
12
phpMyAdmin/templates/table/search/table_header.twig
Executable file
12
phpMyAdmin/templates/table/search/table_header.twig
Executable file
@@ -0,0 +1,12 @@
|
||||
<thead>
|
||||
<tr>
|
||||
{% if geom_column_flag %}
|
||||
<th>{% trans 'Function' %}</th>
|
||||
{% endif %}
|
||||
<th>{% trans 'Column' %}</th>
|
||||
<th>{% trans 'Type' %}</th>
|
||||
<th>{% trans 'Collation' %}</th>
|
||||
<th>{% trans 'Operator' %}</th>
|
||||
<th>{% trans 'Value' %}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
Reference in New Issue
Block a user