Init Repo
This commit is contained in:
18
public_html/templates/network_configuration_delete.tpl.php
Normal file
18
public_html/templates/network_configuration_delete.tpl.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php if (!defined('PICONTROL')) exit(); ?>
|
||||
<div>
|
||||
<div class="box">
|
||||
<div class="inner-header">
|
||||
<span><?php _e('Netzwerkkonfiguration - Interface löschen'); ?></span>
|
||||
<?php showGoBackIcon('?s=network_configuration'); ?>
|
||||
</div>
|
||||
<form action="?s=network_configuration&delete=<?php echo urlencode($data['interfaceName']); ?>" method="post">
|
||||
<div class="inner">
|
||||
<?php _e('Möchtest du das Interface <strong>%s</strong> wirklich unwiderruflich löschen?', $data['interfaceName']); ?>
|
||||
</div>
|
||||
<div class="inner-end">
|
||||
<input type="hidden" name="checksum" value="<?php echo $data['checksum']; ?>" />
|
||||
<input type="submit" name="submit" value="<?php _e('Löschen'); ?>" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user