Initial commit
This commit is contained in:
12
#pma/templates/table/search/table_header.phtml
Normal file
12
#pma/templates/table/search/table_header.phtml
Normal file
@ -0,0 +1,12 @@
|
||||
<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>
|
Reference in New Issue
Block a user