mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-29 09:02:21 +00:00
11 lines
452 B
PHP
11 lines
452 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…
|
|
</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>
|