summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-05 10:46:09 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-05 10:46:09 -0500
commit33f0b0d57160b6335d586f78229730464c6583ce (patch)
treeb8550ccd8250d8a4ac531121695ff65a2967bf26 /src/usr/local/www/diag_confbak.php
parent0619c9db228ca94339bccd26f109ae2b2b389fa1 (diff)
downloadpfsense-33f0b0d57160b6335d586f78229730464c6583ce.zip
pfsense-33f0b0d57160b6335d586f78229730464c6583ce.tar.gz
Delete confirmation vi fa-trash automated via pfSense.js
Diffstat (limited to 'src/usr/local/www/diag_confbak.php')
-rw-r--r--src/usr/local/www/diag_confbak.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php
index 810d104..8d51a55 100644
--- a/src/usr/local/www/diag_confbak.php
+++ b/src/usr/local/www/diag_confbak.php
@@ -282,7 +282,7 @@ if (is_array($confvers)):
<td>
<a class="fa fa-undo" title="<?=gettext('Revert config')?>" href="diag_confbak.php?newver=<?=$version['time']?>" onclick="return confirm('<?=gettext("Are you sure you want to replace the current configuration with this backup?")?>')"></a>
<a class="fa fa-download" title="<?=gettext('Download config')?>" href="diag_confbak.php?getcfg=<?=$version['time']?>"></a>
- <a class="fa fa-trash" title="<?=gettext('Delete config')?>" href="diag_confbak.php?rmver=<?=$version['time']?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this config?")?>')"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete config')?>" href="diag_confbak.php?rmver=<?=$version['time']?>"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud