Init
This commit is contained in:
17
backend/public_html/templates/settings/plugin_delete.tpl.php
Normal file
17
backend/public_html/templates/settings/plugin_delete.tpl.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php if (!defined('PICONTROL')) exit(); ?>
|
||||
<div>
|
||||
<div class="box">
|
||||
<div class="inner-header">
|
||||
<span><?php _e('Einstellungen zu Plugins - Plugin löschen'); ?></span>
|
||||
<?php showGoBackIcon('?s=settings&do=plugins'); ?>
|
||||
</div>
|
||||
<form action="?s=settings&do=plugins&delete=<?php echo $data['plugin']['id']; ?>" method="post">
|
||||
<div class="inner">
|
||||
<?php _e('Möchtest du das Plugin <strong>%s</strong> wirklich unwiderruflich löschen?', _t($data['plugin']['name'])); ?>
|
||||
</div>
|
||||
<div class="inner-end">
|
||||
<input type="submit" name="submit" value="<?php _e('Löschen'); ?>" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user