icingaweb2-module-businessp.../application/views/scripts/process/upload.phtml

12 lines
219 B
PHTML
Raw Normal View History

2015-03-16 04:08:00 -04:00
<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>