Files
control-pane/public/dialogs/tasklog.php
olevole e4c2ee15ae remove all ^M Dos carraige returns
better late than never, #55
2024-11-24 17:41:50 +03:00

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&hellip;
</div>
<div class="buttons">
<input type="button" value="<?php echo $this->translate('Close');?>" class="button red cancel-but" />
</div>
</dialog>