summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-04 15:02:32 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 15:02:32 -0500
commit9f07695cff738d3e7416122e7c4a39a5e9e8e24b (patch)
treec6511a88fc9277aa17ffbd624a0fb7351ed4925c /src/usr/local/www/vpn_openvpn_client.php
parentb921ab63efeb3354040a0eda0f7484acb5fa39e7 (diff)
parenta63af97770f67da73b0614b19a0ec2a1daf7922c (diff)
downloadpfsense-9f07695cff738d3e7416122e7c4a39a5e9e8e24b.zip
pfsense-9f07695cff738d3e7416122e7c4a39a5e9e8e24b.tar.gz
Merge pull request #2017 from heper/patch-1
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 6ffc90f..0a28f73 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -842,8 +842,8 @@ else:
<?=htmlspecialchars($client['description'])?>
</td>
<td>
- <a href="vpn_openvpn_client.php?act=edit&amp;id=<?=$i?>" class="btn btn-xs btn-info"><?=gettext("Edit")?></a>
- <a href="vpn_openvpn_client.php?act=del&amp;id=<?=$i?>" class="btn btn-xs btn-danger"><?=gettext("Delete")?></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit client')?>" href="vpn_openvpn_client.php?act=edit&amp;id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete client')?>" href="vpn_openvpn_client.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this client?")?>')"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud