process/show:: allow to switch process

This commit is contained in:
Thomas Gelf 2014-11-30 12:23:08 +01:00
parent 0bdec95c6c
commit 86ef2baeb3

View file

@ -8,6 +8,9 @@
</div>
<div class="content" data-base-target="_next">
<form method="post" action="<?= $this->url()->without('process') ?>" data-base-target="_self">
<?= $this->formSelect('processName', $this->processName, array('class' => 'autosubmit'), $this->processList) ?>
</form>
<?= $this->bp->renderHtml($this) ?>
<?= $this->render('warnings.phtml') ?>
</div>