Add column header for foreign key drop-downs

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-11-10 13:24:47 -05:00
parent 0187c60d61
commit 40beea16cc

View File

@ -18,6 +18,14 @@
<?php echo __('Foreign key constraint'); ?> (<?php echo $tbl_storage_engine; ?>)
</th>
</tr>
<tr>
<th></th>
<th></th>
<th></th>
<th><?php echo __('Database'); ?></th>
<th><?php echo __('Table'); ?></th>
<th><?php echo __('Column'); ?></th>
</tr>
<?php $odd_row = true; $i = 0; ?>
<?php if (! empty($existrel_foreign)): ?>
<?php foreach ($existrel_foreign as $key => $one_key): ?>