Leitgedanken/#pma/templates/table/search/table_header.phtml
2022-11-21 09:47:28 +01:00

12 lines
334 B
PHTML

<thead>
<tr>
<?php if ($geomColumnFlag): ?>
<th><?= __('Function'); ?></th>
<?php endif; ?>
<th><?= __('Column'); ?></th>
<th><?= __('Type'); ?></th>
<th><?= __('Collation'); ?></th>
<th><?= __('Operator'); ?></th>
<th><?= __('Value'); ?></th>
</tr>
</thead>