summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_sysctl.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-30 19:15:02 +0100
committerStephen Beaver <sbeaver@netgate.com>2015-10-30 15:13:53 -0400
commit7c8e9a818fd378043180d69c135b555f000a9897 (patch)
tree21d159050645e1fcd877daa629202eb9476459cd /src/usr/local/www/system_advanced_sysctl.php
parent78fe04016178e4a9ff8b360e2578d734766b5027 (diff)
downloadpfsense-7c8e9a818fd378043180d69c135b555f000a9897.zip
pfsense-7c8e9a818fd378043180d69c135b555f000a9897.tar.gz
convert system_advanced_sysctl to font-awesome
Diffstat (limited to 'src/usr/local/www/system_advanced_sysctl.php')
-rw-r--r--src/usr/local/www/system_advanced_sysctl.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system_advanced_sysctl.php b/src/usr/local/www/system_advanced_sysctl.php
index 7ea1938..ee2d8a9 100644
--- a/src/usr/local/www/system_advanced_sysctl.php
+++ b/src/usr/local/www/system_advanced_sysctl.php
@@ -205,9 +205,9 @@ if ($act != "edit" ): ?>
echo "(" . get_default_sysctl_value($tunable['tunable']) . ")"; ?>
</td>
<td>
- <a class="btn btn-xs btn-primary" href="system_advanced_sysctl.php?act=edit&amp;id=<?=$i;?>"><?=gettext('Edit'); ?></a>
+ <a class="fa fa-pencil" title="<?=gettext("Edit tunable"); ?>" href="system_advanced_sysctl.php?act=edit&amp;id=<?=$i;?>"></a>
<?php if (isset($tunable['modified'])): ?>
- <a class="btn btn-xs btn-danger" href="system_advanced_sysctl.php?act=del&amp;id=<?=$i;?>"><?=gettext('Delete/Reset'); ?></a>
+ <a class="fa fa-trash" title="<?=gettext("Delete/Reset tunable")?>" href="system_advanced_sysctl.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this rule?")?>')"></a>
<?php endif; ?>
</td>
</tr>
@@ -261,4 +261,4 @@ if ($act != "edit" ): ?>
endif;
-include("fend.inc"); \ No newline at end of file
+include("fend.inc");
OpenPOWER on IntegriCloud