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