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