12 lines
334 B
PHTML
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>
|