Init Repo
This commit is contained in:
17
public_html/templates/settings/statistic_reset.tpl.php
Normal file
17
public_html/templates/settings/statistic_reset.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 zur Statistik - Verlauf zurücksetzen'); ?></span>
|
||||
<?php showGoBackIcon('?s=settings&do=statistic'); ?>
|
||||
</div>
|
||||
<form action="?s=settings&do=statistic&reset=<?php echo $data['log']; ?>&confirm" method="post">
|
||||
<div class="inner">
|
||||
<?php _e('Möchtest du den Verlauf von %s wirklich zurücksetzen?', '<strong>'.$data['label'].'</strong>'); ?>
|
||||
</div>
|
||||
<div class="inner-end">
|
||||
<input type="submit" name="submit" value="<?php _e('Zurücksetzen'); ?>" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user