diff --git a/application/views/scripts/process/bprenderer.phtml b/application/views/scripts/process/bprenderer.phtml
deleted file mode 100644
index ef66bf5..0000000
--- a/application/views/scripts/process/bprenderer.phtml
+++ /dev/null
@@ -1,13 +0,0 @@
-compact && ! $this->showFullscreen): ?>
-
-
= $this->form ?>
-bpconfig->isLocked()): ?>
-= $this->qlink('Add new node', 'businessprocess/node/add', array('config' => $this->configName)) ?>
-
-bpconfig->hasErrors() || $this->bpconfig->hasChanges() || $this->bpconfig->hasSimulations()): ?>
-
-bpconfig->getErrors() as $error): ?>
-- = $this->escape($error) ?>
-
-bpconfig->hasChanges()): ?>
-- = sprintf(
- $this->translate('This process has %d pending change(s).'),
- $this->bpconfig->countChanges()
-) ?> = $this->qlink(
- $this->translate('Store'),
- 'businessprocess/process/config',
- array('config' => $this->configName)
-) ?> = $this->qlink(
- $this->translate('Dismiss'),
- $this->url()->with('dismissChanges', true),
- null
-) ?>
-
-bpconfig->hasSimulations()): ?>
-- = sprintf(
- $this->translate('This process shows %d simulated state(s).'),
- $this->bpconfig->countSimulations()
-) ?> = $this->qlink(
- $this->translate('Dismiss'),
- $this->url()->with('dismissSimulations', true),
- null
-) ?>
-
-
-
-
-bp->renderHtml($this);
-} catch (Exception $e) {
- printf(
- '
',
- $this->translate('Error'),
- $this->escape($e->getMessage())
- );
-}
-
-
-?>
-bpconfig->isLocked()): ?>
-bp instanceof BusinessProcess): /* do not render when showing subtree */ ?>
-= $this->bp->renderUnbound($this) ?>
-
-
-
-= $this->render('warnings.phtml') ?>
-
+= $this->controls->render() ?>
+= $this->content->render() ?>