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

@ -38,6 +38,7 @@ $LANG['en'] = array(
'Add Package' => 'Add Package',
'Add IP' => 'Add IP',
'Search' => 'Search',
'Add one more FTP Account' => 'Add one more FTP Account',
'Overall Statistics' => 'Overall Statistics',
'Daily' => 'Daily',
'Weekly' => 'Weekly',
@ -392,6 +393,7 @@ $LANG['en'] = array(
'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure you want to delete %s exclusion?',
'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure you want to delete package %s?',
'DELETE_IP_CONFIRMATION' => 'Are you sure you want to delete IP address %s?',
'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?',
'Welcome' => 'Welcome',
'LOGGED_IN_AS' => 'Logged in as user %s',
'Error' => 'Error',

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>