summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-30 19:30:14 +0100
committerStephen Beaver <sbeaver@netgate.com>2015-10-30 15:13:54 -0400
commitf9dd6a4b0df847e7f32ebd519f3468cd4cc45816 (patch)
tree6a7c9e95a0bdd736fadfb973f9a9139a88de6c5d /src/usr/local/www/system_authservers.php
parent854fa106bc6b95bd9a9d96253a9e1f1343730395 (diff)
downloadpfsense-f9dd6a4b0df847e7f32ebd519f3468cd4cc45816.zip
pfsense-f9dd6a4b0df847e7f32ebd519f3468cd4cc45816.tar.gz
convert system_authservers to font-awesome
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 7b9c6fa..20165f0 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -418,8 +418,8 @@ if (!($act == "new" || $act == "edit" || $input_errors))
<td><?=htmlspecialchars($server['host'])?></td>
<td>
<?php if ($i < (count($a_server) - 1)): ?>
- <a href="system_authservers.php?act=edit&amp;id=<?=$i?>" class="btn btn-xs btn-primary">edit</a>
- <a href="system_authservers.php?act=del&amp;id=<?=$i?>" class="btn btn-xs btn-danger">delete</a>
+ <a class="fa fa-pencil" title="<?=gettext("Edit server"); ?>" href="system_authservers.php?act=edit&amp;id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext("Delete server")?>" href="system_authservers.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this server?")?>')"></a>
<?php endif?>
</td>
</tr>
OpenPOWER on IntegriCloud