Add column header for foreign key drop-downs
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
0187c60d61
commit
40beea16cc
@ -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): ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user