mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Restart confirmation window
This commit is contained in:
parent
9be508768a
commit
d3d6c93ad2
2 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
<?php print __('restart');?>
|
||||
<input type="hidden" name="delete_url" value="/restart/system/?hostname=<?php echo $sys['sysinfo']['HOSTNAME']?>" />
|
||||
<div id="delete_dialog_<?php echo $i ?>" class="confirmation-text-delete hidden" title="<?php print __('Confirmation');?>">
|
||||
<p class="counter-value"><?php print __('RESTART_SERVER_CONFIRMATION');?></p>
|
||||
<p class="counter-value"><?php print __('RESTART_CONFIRMATION',$sys['sysinfo']['HOSTNAME']);?></p>
|
||||
</div>
|
||||
</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue