<ahref="<?=$this->url()->with('mode','toplevel')->without('unlocked')?>"title="<?=$this->escape('Switch to toplevel view')?>"data-base-target="_main"><?=$this->icon('dashboard')?></a>
<?phpif($this->bpconfig->isLocked()):?>
<ahref="<?=$this->url()->with('unlocked',true)?>"title="<?=$this->escape($this->translate('Unlock this process'))?>"><?=$this->icon('lock')?></a>
<?phpelse:?>
<?phpif(!$this->bpconfig->isEmpty()):?>
<ahref="<?=$this->url()->without('unlocked')?>"style="color: red"title="<?=$this->escape($this->translate('Lock this process'))?>"data-base-target="_main"><?=$this->icon('lock-open')?></a>
<?phpendif?>
<ahref="<?=$this->url('businessprocess/process/config',array('config'=>$this->configName))?>"title="<?=$this->escape('Modify this process')?>"data-base-target="_next"><?=$this->icon('wrench')?></a>
<?phpendif?>
<ahref="<?=$this->url('businessprocess/process/create')?>"title="<?=$this->escape('Create a new business process configuration')?>"data-base-target="_main"><?=$this->icon('plus')?></a>