+ = 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']) ?>
diff --git a/app/Views/admin/device/index.php b/app/Views/admin/device/index.php
index 50806a8..a3585ed 100644
--- a/app/Views/admin/device/index.php
+++ b/app/Views/admin/device/index.php
@@ -3,10 +3,12 @@
+ = 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']) ?>
diff --git a/app/Views/admin/order/index.php b/app/Views/admin/order/index.php
index 50b7e1f..f1a32e7 100644
--- a/app/Views/admin/order/index.php
+++ b/app/Views/admin/order/index.php
@@ -3,10 +3,12 @@
+ = 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']) ?>
diff --git a/app/Views/admin/product/index.php b/app/Views/admin/product/index.php
index ff7406b..b98f9e5 100644
--- a/app/Views/admin/product/index.php
+++ b/app/Views/admin/product/index.php
@@ -3,10 +3,12 @@
+ = 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']) ?>
diff --git a/app/Views/admin/sitepage/index.php b/app/Views/admin/sitepage/index.php
index 816d95e..c626bd8 100644
--- a/app/Views/admin/sitepage/index.php
+++ b/app/Views/admin/sitepage/index.php
@@ -3,10 +3,12 @@
+ = 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']) ?>
diff --git a/app/Views/admin/user/index.php b/app/Views/admin/user/index.php
index 15cf6b5..4ba60b3 100644
--- a/app/Views/admin/user/index.php
+++ b/app/Views/admin/user/index.php
@@ -3,10 +3,12 @@
+ = 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']) ?>
diff --git a/app/Views/admin/usersns/index.php b/app/Views/admin/usersns/index.php
index 630f1a2..aed1d6f 100644
--- a/app/Views/admin/usersns/index.php
+++ b/app/Views/admin/usersns/index.php
@@ -3,10 +3,12 @@
+ = 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']) ?>
diff --git a/app/Views/templates/admin/index_head.php b/app/Views/templates/admin/index_head.php
index 5630f6f..813b68d 100644
--- a/app/Views/templates/admin/index_head.php
+++ b/app/Views/templates/admin/index_head.php
@@ -1,19 +1,12 @@
-