mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-17 02:08:40 +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">
|
<table id="appList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>
|
||||||
<td><?= $lang['Table']; ?>
|
<td><?= $lang['Table']; ?>
|
||||||
<td><?= $lang['Table']; ?>
|
<td><?= $lang['Table']; ?>
|
||||||
<td><?= $lang['IsPrimary']; ?>
|
<td><?= $lang['IsPrimary']; ?>
|
||||||
|
|
@ -294,6 +295,7 @@ $isNew = $currentSetting instanceof NullExchangeSetting;
|
||||||
foreach ($table['match'] as $match) :
|
foreach ($table['match'] as $match) :
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td><i class="fa fa-times btn remove-form"></i>
|
||||||
<td><?= $table['src']; ?>
|
<td><?= $table['src']; ?>
|
||||||
<td><?= $table['dest']; ?>
|
<td><?= $table['dest']; ?>
|
||||||
<td><?= $match['src_field']['primary'] ? 'yes' : 'no'; ?>
|
<td><?= $match['src_field']['primary'] ? 'yes' : 'no'; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user