= form_open(current_url(), array("method" => "get")) ?>
= $this->include('templates/admin/index_head') ?>
= form_close() ?>
= form_open(current_url() . '/batchjob', $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
| # | = getFieldIndex_Column_DeviceHelper($field, $viewDatas) ?>@ | |
|---|---|---|
| = form_checkbox(["id" => "checkbox_uid_{$entity->getPrimaryKey()}", "name" => "batchjob_uids[]", "value" => $entity->getPrimaryKey(), "class" => "batchjobuids_checkboxs"]); ?> = anchor(current_url() . '/update/' . $entity->getPrimaryKey(), $viewDatas['total_count'] - (($viewDatas['page'] - 1) * $viewDatas['per_page'] + $cnt), ["target" => "_self"]) ?> | = getFieldIndex_Row_DeviceHelper_Admin($field, $entity, $viewDatas) ?> | = anchor(current_url() . '/delete/' . $entity->getPrimaryKey(), ICONS['DELETE'], ["class" => "btn btn-sm btn-danger btn-circle", "target" => "_self"]) ?> |
= $viewDatas['pagination'] ?>
= form_close() ?>