summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_csc.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_csc.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_csc.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/usr/local/www/vpn_openvpn_csc.php b/src/usr/local/www/vpn_openvpn_csc.php
index 09b03cc..31ba7e8 100644
--- a/src/usr/local/www/vpn_openvpn_csc.php
+++ b/src/usr/local/www/vpn_openvpn_csc.php
@@ -647,14 +647,16 @@ else : // Not an 'add' or an 'edit'. Just the table of Override CSCs
?>
</tbody>
</table>
-
- <nav class="action-buttons">
- <a href="vpn_openvpn_csc.php?act=new" class="btn btn-success btn-sm"><?=gettext('Add CSC')?></a>
- </nav>
-
</div>
</div>
+<nav class="action-buttons" style="margin-top: 10px;">
+ <a href="vpn_openvpn_csc.php?act=new" class="btn btn-success btn-sm">
+ <i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
+ <?=gettext('Add')?>
+ </a>
+</nav>
+
<?php
endif;
include("foot.inc"); \ No newline at end of file
OpenPOWER on IntegriCloud