cfmgrv3 init...3
This commit is contained in:
parent
b79343b738
commit
8cc7778f1b
@ -23,7 +23,7 @@
|
|||||||
<?php foreach ($rows as $row) : ?>
|
<?php foreach ($rows as $row) : ?>
|
||||||
<tr id="<?= $row['uid'] ?>" <?= $row['status'] != 'active' ? 'class="table-danger" rowcolor="red"' : 'rowcolor="red"' ?>>
|
<tr id="<?= $row['uid'] ?>" <?= $row['status'] != 'active' ? 'class="table-danger" rowcolor="red"' : 'rowcolor="red"' ?>>
|
||||||
<td>
|
<td>
|
||||||
<?php if ($row['status'] != 'active') : ?>
|
<?php if ($row['status'] == 'active') : ?>
|
||||||
<?= form_checkbox(["id" => "checkbox_uid_{$row['uid']}", "name" => "batchjob_uids[]", "value" => $row['uid'], "class" => "batchjobuids_checkboxs"]); ?>
|
<?= form_checkbox(["id" => "checkbox_uid_{$row['uid']}", "name" => "batchjob_uids[]", "value" => $row['uid'], "class" => "batchjobuids_checkboxs"]); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= anchor(current_url() . '/sync/' . $row['uid'], $total_count - (($page - 1) * $per_page + $i)) ?>
|
<?= anchor(current_url() . '/sync/' . $row['uid'], $total_count - (($page - 1) * $per_page + $i)) ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user