12 lines
376 B
PHTML
12 lines
376 B
PHTML
<thead>
|
|
<tr>
|
|
<?php if ($geomColumnFlag): ?>
|
|
<th><?php echo __('Function'); ?></th>
|
|
<?php endif; ?>
|
|
<th><?php echo __('Column'); ?></th>
|
|
<th><?php echo __('Type'); ?></th>
|
|
<th><?php echo __('Collation'); ?></th>
|
|
<th><?php echo __('Operator'); ?></th>
|
|
<th><?php echo __('Value'); ?></th>
|
|
</tr>
|
|
</thead>
|