mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-29 17:12:20 +00:00
10 lines
309 B
PHP
10 lines
309 B
PHP
<dialog id="tasklog" class="window-box tasklog">
|
|
<h1><?php echo $this->translate('Task log');?></h1>
|
|
<div class="window-content">
|
|
Task log here…
|
|
</div>
|
|
<div class="buttons">
|
|
<input type="button" value="<?php echo $this->translate('Close');?>" class="button red cancel-but" />
|
|
</div>
|
|
</dialog>
|