= form_open(current_url(), array("method" => "get")) ?>
= form_close(); ?>
= form_open(current_url() . '/batchjob', $forms['attributes'], $forms['hiddens']) ?>
| 번호 | = getFieldIndex_Column_OrderHelper($field, $order_field, $order_value) ?> | 작업 |
|---|---|---|
| = form_checkbox(["id" => "checkbox_uid_{$entity->getPrimaryKey()}", "name" => "batchjob_uids[]", "value" => $entity->getPrimaryKey(), "class" => "batchjobuids_checkboxs"]); ?> = $total_count - (($page - 1) * $per_page + $i) ?> | = getFieldIndex_Row_OrderHelper($field, $entity, $fieldFilters, $fieldFormOptions) ?> | = $entity->getStatus() == DEFAULTS['STATUS'] ? anchor(current_url() . '/delete/' . $entity->getPrimaryKey(), ICONS['DELETE'], ["class" => "btn btn-sm btn-danger btn-circle", "target" => "_self"]) : "" ?> |
= $pagination ?>
= form_close(); ?>