cfmgrv3 init...3
This commit is contained in:
parent
8cc7778f1b
commit
96eff4691c
@ -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']; ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user