mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
syntax fix for ip management
This commit is contained in:
parent
60f9f276b8
commit
18da1cf1b9
4 changed files with 4 additions and 4 deletions
|
@ -70,7 +70,7 @@
|
|||
<?=__('delete')?> <i class="do_delete"></i>
|
||||
<input type="hidden" name="delete_url" value="/delete/ip/?ip=<?=$key?>&token=<?=$_SESSION['token']?>" />
|
||||
<div id="delete_dialog_<?=$i?>" class="confirmation-text-delete hidden" title="<?=__('Confirmation')?>">
|
||||
<p class="confirmation"><?=__('DELETE_PACKAGE_CONFIRMATION',$key)?></p>
|
||||
<p class="confirmation"><?=__('DELETE_IP_CONFIRMATION',$key)?></p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue