mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-30 09:32:27 +00:00
10 lines
337 B
PHP
10 lines
337 B
PHP
<dialog id="tasklog" class="window-box tasklog">
|
|
<h1><translate id="347">Task log</translate></h1>
|
|
<div class="window-content">
|
|
<translate id="348">Task log here…</translate>
|
|
</div>
|
|
<div class="buttons">
|
|
<input type="button" value="<translate id="111">Close</translate>" class="button red cancel-but" />
|
|
</div>
|
|
</dialog>
|