icingaweb2-module-businessp.../application/views/scripts/downloadlink.phtml

5 lines
222 B
PHTML
Raw Normal View History

<a href="<?= $this->url('businessprocess/process/download', array(
'process' => $this->processName
)) ?>" target="_self" title="<?= $this->escape('Download process configuration') ?>"><?= $this->icon('download') ?></a>