cfmgrv3 init...3

This commit is contained in:
최준흠 2023-06-28 13:39:03 +09:00
parent 96eff4691c
commit 4c47150a55

View File

@ -31,9 +31,11 @@
<?php foreach ($fields as $field) : ?>
<td nowrap><?= getFieldIndex_Row_ZoneHelper($field, $row, $fieldFilters, $fieldFormOptions, array(), $old_account_uid) ?></td>
<?php endforeach; ?>
<?php if ($row['status'] == 'active') : ?>
<td><?= anchor(current_url() . '/delete/' . $row['uid'], ICONS['DELETE'], ["class" => "btn btn-sm btn-danger btn-circle", "target" => "_self"]) ?></td>
<?php endif ?>
<td>
<?php if ($row['status'] == 'active') : ?>
<?= anchor(current_url() . '/delete/' . $row['uid'], ICONS['DELETE'], ["class" => "btn btn-sm btn-danger btn-circle", "target" => "_self"]) ?>
<?php endif ?>
</td>
</tr>
<?php $i++; ?>
<?php $old_account_uid = $row['account_uid']; ?>