From 241c4ea82c5fab9b71f768e4279bebe49d2be82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 30 Sep 2024 19:31:15 +0900 Subject: [PATCH] cfmgrv4 init...1 --- .../cloudflare/auth/create_actionform.php | 26 ------------------- app/Views/admin/cloudflare/auth/index.php | 4 +-- app/Views/templates/admin/actionform.php | 3 ++- 3 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 app/Views/admin/cloudflare/auth/create_actionform.php diff --git a/app/Views/admin/cloudflare/auth/create_actionform.php b/app/Views/admin/cloudflare/auth/create_actionform.php deleted file mode 100644 index 1ef78d1..0000000 --- a/app/Views/admin/cloudflare/auth/create_actionform.php +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - -
- - -
- "btn btn-outline btn-primary")); ?> -
-getFlashdata('error')): ?> getFlashdata('error') ?> \ No newline at end of file diff --git a/app/Views/admin/cloudflare/auth/index.php b/app/Views/admin/cloudflare/auth/index.php index 97d9f7c..bfc7894 100644 --- a/app/Views/admin/cloudflare/auth/index.php +++ b/app/Views/admin/cloudflare/auth/index.php @@ -41,8 +41,8 @@ status != DEFAULTS['STATUS'] ? 'class="table-danger" rowcolor="red"' : 'rowcolor="red"' ?>> - getPK() ?>' , document.getElementById('ActionForm'))"> - + "checkbox_uid_{$entity->getPK()}", "name" => "batchjob_uids[]", "value" => $entity->getPK(), "class" => "batchjobuids_checkboxs"]); ?> + getPK(), $viewDatas['total_count'] - (($viewDatas['page'] - 1) * $viewDatas['per_page'] + $cnt), ["target" => "_self"]) ?> diff --git a/app/Views/templates/admin/actionform.php b/app/Views/templates/admin/actionform.php index 843f968..13d9126 100644 --- a/app/Views/templates/admin/actionform.php +++ b/app/Views/templates/admin/actionform.php @@ -3,4 +3,5 @@ document.addEventListener('DOMContentLoaded', function() { loadContentForm("", document.getElementById('ActionForm')); }); - \ No newline at end of file + + \ No newline at end of file