summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_csc.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_csc.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_csc.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_csc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_openvpn_csc.php b/src/usr/local/www/vpn_openvpn_csc.php
index 31ba7e8..3427583 100644
--- a/src/usr/local/www/vpn_openvpn_csc.php
+++ b/src/usr/local/www/vpn_openvpn_csc.php
@@ -637,8 +637,8 @@ else : // Not an 'add' or an 'edit'. Just the table of Override CSCs
<?=htmlspecialchars($csc['description'])?>
</td>
<td>
- <a href="vpn_openvpn_csc.php?act=edit&amp;id=<?=$i?>" class="btn btn-info btn-xs"><?=gettext('Edit')?></a>
- <a href="vpn_openvpn_csc.php?act=del&amp;id=<?=$i?>" class="btn btn-danger btn-xs"><?=gettext('Delete')?></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit CSC Override')?>" href="vpn_openvpn_csc.php?act=edit&amp;id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete CSC Override')?>" href="vpn_openvpn_csc.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this CSC Override?")?>')"></a>
</td>
</tr>
<?php
@@ -659,4 +659,4 @@ else : // Not an 'add' or an 'edit'. Just the table of Override CSCs
<?php
endif;
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud