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
) ?>
= $this->bp->renderHtml($this) ?>
bpconfig->isLocked()): ?>
bp instanceof BusinessProcess): /* do not render when showing subtree */ ?>
= $this->bp->renderUnbound($this) ?>
= $this->render('warnings.phtml') ?>