diff --git a/app/Controllers/Admin/Customer/ServiceController.php b/app/Controllers/Admin/Customer/ServiceController.php index 658b276..80058ca 100644 --- a/app/Controllers/Admin/Customer/ServiceController.php +++ b/app/Controllers/Admin/Customer/ServiceController.php @@ -41,6 +41,7 @@ class ServiceController extends CustomerController { switch ($this->getService()->getAction()) { case 'view': + case 'list': $this->service = $this->getService(); $this->control = $this->getService()->getControlDatas(); $this->getService()->getHelper()->setViewDatas($this->getViewDatas()); diff --git a/app/Views/admin/service/index.php b/app/Views/admin/service/index.php new file mode 100644 index 0000000..13de445 --- /dev/null +++ b/app/Views/admin/service/index.php @@ -0,0 +1,123 @@ += $this->extend(LAYOUTS[$viewDatas['layout']]['path']) ?> += $this->section('content') ?> +getHelper()->alert($error) ?> +
| + + = $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/left_menu'); ?> + + | +
+
+ = $this->include("templates/{$viewDatas['layout']}/index_header"); ?>
+
+
+
+
+
+
+ = form_open(current_url(), ["method" => "get"]) ?>
+
+ = form_close() ?>
+ = form_open(current_url(), ['id' => 'batchjob_form', 'method' => "post"]) ?>
+
+
|
+