summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-11-02 19:15:36 +0100
committerheper <heper@users.noreply.github.com>2015-11-02 19:15:36 +0100
commita63af97770f67da73b0614b19a0ec2a1daf7922c (patch)
treef5de0e538d129fe505187c0989df02424ac23337 /src
parent398dbbca85dfe439a323492c574dde58829959cc (diff)
downloadpfsense-a63af97770f67da73b0614b19a0ec2a1daf7922c.zip
pfsense-a63af97770f67da73b0614b19a0ec2a1daf7922c.tar.gz
convert vpn_openvpn_csc to fa
Diffstat (limited to 'src')
-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 09b03cc..e8e8cf6 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
@@ -657,4 +657,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