icingaweb2-module-businessp.../application/views/scripts/process/upload.phtml
2015-03-16 09:08:00 +01:00

11 lines
219 B
PHTML

<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
</div>
<div class="content">
<ul class="error">
<li><?= $this->translate('This has not been implemented yet') ?></li>
</ul>
</div>