mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2018 from heper/patch-3
This commit is contained in:
commit
f0ac86217c
@ -280,16 +280,9 @@ if (is_array($confvers)):
|
||||
<td><?= format_bytes($version['filesize']) ?></td>
|
||||
<td><?= htmlspecialchars($version['description']) ?></td>
|
||||
<td>
|
||||
<a href="diag_confbak.php?newver=<?=$version['time']?>" class="btn btn-xs btn-success"
|
||||
onclick="return confirm('<?=gettext("Are you sure you want to replace the current configuration with this backup?")?>')">
|
||||
<?=gettext("Revert")?>
|
||||
</a>
|
||||
<a href="diag_confbak.php?rmver=<?=$version['time']?>" class="btn btn-xs btn-danger">
|
||||
<?=gettext("Delete")?>
|
||||
</a>
|
||||
<a href="diag_confbak.php?getcfg=<?=$version['time']?>" class="btn btn-xs btn-default">
|
||||
<?=gettext("Download")?>
|
||||
</a>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user