diff --git a/application/views/scripts/index/index.phtml b/application/views/scripts/index/index.phtml
index 82cb4f3..3e2cc59 100644
--- a/application/views/scripts/index/index.phtml
+++ b/application/views/scripts/index/index.phtml
@@ -1,7 +1,2 @@
-
-= $this->tabs ?>
-
-
-
-= $this->dashboard->render() ?>
-
+= $this->controls->render() ?>
+= $this->content->render() ?>
diff --git a/application/views/scripts/process/create.phtml b/application/views/scripts/process/create.phtml
index 6cd98f7..3e2cc59 100644
--- a/application/views/scripts/process/create.phtml
+++ b/application/views/scripts/process/create.phtml
@@ -1,9 +1,2 @@
-
-= $this->tabs ?>
-
= $this->escape($this->title) ?>
-
-
-
-= $this->form ?>
-
-
+= $this->controls->render() ?>
+= $this->content->render() ?>
diff --git a/application/views/scripts/process/upload.phtml b/application/views/scripts/process/upload.phtml
index 7adf827..3e2cc59 100644
--- a/application/views/scripts/process/upload.phtml
+++ b/application/views/scripts/process/upload.phtml
@@ -1,8 +1,2 @@
-
-= $this->tabs ?>
-
= $this->escape($this->title) ?>
-
-
-
-= $this->form ?>
-
+= $this->controls->render() ?>
+= $this->content->render() ?>