summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_keys.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_keys.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_keys.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/usr/local/www/vpn_ipsec_keys.php b/src/usr/local/www/vpn_ipsec_keys.php
index 9e3c8bc..2bcd84b 100644
--- a/src/usr/local/www/vpn_ipsec_keys.php
+++ b/src/usr/local/www/vpn_ipsec_keys.php
@@ -188,13 +188,16 @@ if (is_subsystem_dirty('ipsec'))
</table>
</div>
-<nav class="action-buttons">
- <a class="btn btn-success" href="vpn_ipsec_keys_edit.php"><?=gettext("add key")?></a>
+<nav class="action-buttons" style="margin-top: 10px;">
+ <a class="btn btn-success btn-sm" href="vpn_ipsec_keys_edit.php">
+ <i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
+ <?=gettext("Add")?>
+ </a>
</nav>
<div class="alert alert-info">
- <strong><?=gettext("Note"); ?>:</strong><br />
- <?=gettext("PSK for any user can be set by using an identifier of any")?>
+ <strong><?=gettext("Note"); ?>:</strong>
+ <?=gettext(" PSK for any user can be set by using an identifier of any")?>
</div>
<?php include("foot.inc"); ?> \ No newline at end of file
OpenPOWER on IntegriCloud