Newer
Older
ubFramework / Portal / docroot / phpMyAdmin / templates / table / search / table_header.phtml
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 334 bytes Cleaning Up Making It A Sub Module
<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>