mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -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 Package' => 'Add Package',
|
||||||
'Add IP' => 'Add IP',
|
'Add IP' => 'Add IP',
|
||||||
'Search' => 'Search',
|
'Search' => 'Search',
|
||||||
|
'Add one more FTP Account' => 'Add one more FTP Account',
|
||||||
'Overall Statistics' => 'Overall Statistics',
|
'Overall Statistics' => 'Overall Statistics',
|
||||||
'Daily' => 'Daily',
|
'Daily' => 'Daily',
|
||||||
'Weekly' => 'Weekly',
|
'Weekly' => 'Weekly',
|
||||||
|
@ -392,6 +393,7 @@ $LANG['en'] = array(
|
||||||
'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure you want to delete %s exclusion?',
|
'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_PACKAGE_CONFIRMATION' => 'Are you sure you want to delete package %s?',
|
||||||
'DELETE_IP_CONFIRMATION' => 'Are you sure you want to delete IP address %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',
|
'Welcome' => 'Welcome',
|
||||||
'LOGGED_IN_AS' => 'Logged in as user %s',
|
'LOGGED_IN_AS' => 'Logged in as user %s',
|
||||||
'Error' => 'Error',
|
'Error' => 'Error',
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<?php print __('restart');?>
|
<?php print __('restart');?>
|
||||||
<input type="hidden" name="delete_url" value="/restart/system/?hostname=<?php echo $sys['sysinfo']['HOSTNAME']?>" />
|
<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');?>">
|
<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>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue