Files
control-pane/public/dialogs/_translate.cache/ru.tasklog.php
2024-12-06 02:04:00 +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>