diff --git a/application/views/scripts/process/show.phtml b/application/views/scripts/process/show.phtml
index c91c15e..f334e9b 100644
--- a/application/views/scripts/process/show.phtml
+++ b/application/views/scripts/process/show.phtml
@@ -2,12 +2,11 @@
= $this->tabs ?>
= $this->escape($this->title) ?>
= $this->icon('dashboard') ?>
- = $this->render('simulationlink.phtml') ?>
- = $this->render('editlink.phtml') ?>
diff --git a/application/views/scripts/warnings.phtml b/application/views/scripts/warnings.phtml
new file mode 100644
index 0000000..9d1b16c
--- /dev/null
+++ b/application/views/scripts/warnings.phtml
@@ -0,0 +1,6 @@
+warnings): ?>
+= $this->translate('Warnings') ?>
+warnings as $warning): ?>
+= $this->escape($warning) ?>
+
+