Restart confirmation window

This commit is contained in:
Serghey Rodin 2014-07-31 13:34:22 +03:00
commit d3d6c93ad2
2 changed files with 3 additions and 1 deletions

View file

@ -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>