mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Restart confirmation window
This commit is contained in:
parent
9be508768a
commit
d3d6c93ad2
2 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
|
|
|
@ -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