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 @@ tabs ?>

escape($this->title) ?> icon('dashboard') ?> - render('simulationlink.phtml') ?> - render('editlink.phtml') ?>

bp->renderHtml($this) ?> + render('warnings.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): ?> +

translate('Warnings') ?>

+warnings as $warning): ?> +escape($warning) ?>
+ +