summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-04 14:12:03 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 14:12:03 -0500
commitf74457dfcfc6d224bee35e4ae4c5b47d51d4f3d0 (patch)
tree92d66c1baa927ea4ae4e4e13c185c6f7a62f4c6d /src/usr/local/www/system_gateway_groups.php
parent782922c2ea2a8c403ab888292222328aa7adea0e (diff)
downloadpfsense-f74457dfcfc6d224bee35e4ae4c5b47d51d4f3d0.zip
pfsense-f74457dfcfc6d224bee35e4ae4c5b47d51d4f3d0.tar.gz
Updated button styles
Diffstat (limited to 'src/usr/local/www/system_gateway_groups.php')
-rw-r--r--src/usr/local/www/system_gateway_groups.php16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/usr/local/www/system_gateway_groups.php b/src/usr/local/www/system_gateway_groups.php
index 6ee9e2f..3e54eb0 100644
--- a/src/usr/local/www/system_gateway_groups.php
+++ b/src/usr/local/www/system_gateway_groups.php
@@ -196,13 +196,17 @@ endforeach;
</table>
</div>
-<nav class="action-buttons">
- <a href="system_gateway_groups_edit.php" class="btn btn-default"><?=gettext('Add')?></a>
+<nav class="action-buttons" style="margin-top: 10px;">
+ <a href="system_gateway_groups_edit.php" 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
- print_info_box(gettext('Remember to use these Gateway Groups in firewall rules in order to enable load balancing, failover, ' .
+<div id="infoblock">
+ <?=print_info_box(gettext('Remember to use these Gateway Groups in firewall rules in order to enable load balancing, failover, ' .
'or policy-based routing.' . '<br />' .
- 'Without rules directing traffic into the Gateway Groups, they will not be used.'));
-
+ 'Without rules directing traffic into the Gateway Groups, they will not be used.'), info)?>
+</div>
+<?php
include("foot.inc");
OpenPOWER on IntegriCloud