phpmyadmin/templates/table/table_header.phtml
Jason 79319a60fc Templates for table related scripts
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-05-31 03:23:26 +08:00

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>