summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_groupmanager.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-30 19:26:37 +0100
committerStephen Beaver <sbeaver@netgate.com>2015-10-30 15:13:54 -0400
commit854fa106bc6b95bd9a9d96253a9e1f1343730395 (patch)
tree6e96798dbca66116600b3bd961989380040c8b03 /src/usr/local/www/system_groupmanager.php
parentbb1b5c6f871ddcd7e8ae6ef7d29c10f0f95619e7 (diff)
downloadpfsense-854fa106bc6b95bd9a9d96253a9e1f1343730395.zip
pfsense-854fa106bc6b95bd9a9d96253a9e1f1343730395.tar.gz
convert system_groupmanager to font-awesome
Diffstat (limited to 'src/usr/local/www/system_groupmanager.php')
-rw-r--r--src/usr/local/www/system_groupmanager.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system_groupmanager.php b/src/usr/local/www/system_groupmanager.php
index fbc0e43..aaeb25b 100644
--- a/src/usr/local/www/system_groupmanager.php
+++ b/src/usr/local/www/system_groupmanager.php
@@ -286,9 +286,9 @@ if (!($_GET['act'] == "new" || $_GET['act'] == "edit"))
<?=$groupcount?>
</td>
<td>
- <a href="?act=edit&amp;groupid=<?=$i?>" class="btn btn-xs btn-primary">edit</a>
+ <a class="fa fa-pencil" title="<?=gettext("Edit group"); ?>" href="?act=edit&amp;groupid=<?=$i?>"></a>
<?php if($group['scope'] != "system"): ?>
- <a href="?act=delgroup&amp;groupid=<?=$i?>&amp;groupname=<?=$group['name']?>" class="btn btn-xs btn-danger">delete</a>
+ <a class="fa fa-trash" title="<?=gettext("Delete group")?>" href="?act=delgroup&amp;groupid=<?=$i?>&amp;groupname=<?=$group['name']?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this group?")?>')"></a>
<?php endif;?>
</td>
</tr>
@@ -478,4 +478,4 @@ events.push(function(){
//]]>
</script>
<?php
-include('foot.inc'); \ No newline at end of file
+include('foot.inc');
OpenPOWER on IntegriCloud