mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-08 05:48:41 +00:00
template fixes
This commit is contained in:
parent
8936f6faf9
commit
f9275b2453
|
|
@ -280,6 +280,7 @@ $isNew = $currentSetting instanceof NullExchangeSetting;
|
|||
<table id="appList" class="default sticky">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>
|
||||
<td><?= $lang['Table']; ?>
|
||||
<td><?= $lang['Table']; ?>
|
||||
<td><?= $lang['IsPrimary']; ?>
|
||||
|
|
@ -294,6 +295,7 @@ $isNew = $currentSetting instanceof NullExchangeSetting;
|
|||
foreach ($table['match'] as $match) :
|
||||
?>
|
||||
<tr>
|
||||
<td><i class="fa fa-times btn remove-form"></i>
|
||||
<td><?= $table['src']; ?>
|
||||
<td><?= $table['dest']; ?>
|
||||
<td><?= $match['src_field']['primary'] ? 'yes' : 'no'; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user