mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-01 19:29:34 -05:00
edit/simulationlink: remove obsolete view scripts
This commit is contained in:
parent
924a2fd321
commit
30cdc70783
2 changed files with 0 additions and 15 deletions
|
|
@ -1,9 +0,0 @@
|
|||
<?php if ($this->bp->isEditMode()): ?>
|
||||
<?php if ($this->bp->hasBeenChanged()): ?>
|
||||
<a href="<?= $this->url()->without('edit') ?>" title="<?= $this->escape('Store modifications') ?>"><?= $this->icon('ok') ?></a>
|
||||
<?php endif ?>
|
||||
<a href="<?= $this->url()->without('edit') ?>" title="<?= $this->escape('Dismiss modifications') ?>"><?= $this->icon('cancel') ?></a>
|
||||
<?php else: ?>
|
||||
<a href="<?= $this->url()->with('edit', true) ?>" title="<?= $this->escape('Modify this process') ?>"><?= $this->icon('wrench') ?></a>
|
||||
<?php endif ?>
|
||||
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?php if ($this->bp->isSimulationMode()): ?>
|
||||
<a href="<?= $this->url()->without('simulation') ?>" title="<?= $this->escape('Switch to live mode') ?>"><?= $this->icon('globe') ?></a>
|
||||
<?php else: ?>
|
||||
<a href="<?= $this->url()->with('simulation', true) ?>" title="<?= $this->escape('Switch to simulation mode') ?>"><?= $this->icon('magic') ?></a>
|
||||
<?php endif ?>
|
||||
|
||||
Loading…
Reference in a new issue