icingaweb2-module-businessp.../application/views/scripts/downloadlink.phtml
2015-03-03 17:38:40 +01:00

4 lines
222 B
PHTML

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