cfmgrv3 init...3

This commit is contained in:
최준흠 2023-06-28 13:38:26 +09:00
parent 8cc7778f1b
commit 96eff4691c

View File

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