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

11 lines
442 B
PHP

<dialog id="settings-getupdate" class="window-box tasklog">
<h1><?php echo $this->translate('Settings update');?></h1>
<div class="window-content">
Check for updates&hellip;
</div>
<div class="buttons">
<input type="button" value="<?php echo $this->translate('Get updates');?>" class="new button ok-but hidden">
<input type="button" value="<?php echo $this->translate('Close');?>" class="button red cancel-but" />
</div>
</dialog>